From 37b2042a79b0eef54da451222e03f26ca61b4234 Mon Sep 17 00:00:00 2001 From: paulbarker Date: Sun, 9 Sep 2007 17:09:38 +0000 Subject: [PATCH] Fixed missing semicolon in file.h due to mistake when committing r1935. svn path=/branches/multiarch/; revision=1936 --- libyasm/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyasm/file.h b/libyasm/file.h index 0dd5e2e0..21676cdd 100644 --- a/libyasm/file.h +++ b/libyasm/file.h @@ -212,7 +212,7 @@ void yasm_delete_include_paths(void); /** Iterate through include paths. */ -const char * yasm_get_include_dir(void **iter) +const char * yasm_get_include_dir(void **iter); /** Add an include path for use by yasm_fopen_include(). * If path is relative, it is treated by yasm_fopen_include() as relative to -- 2.40.0