# HG changeset patch # User Matti Hamalainen # Date 1169697061 0 # Node ID 1733f81f7480149702844d7b65bd8451e6f03dfc # Parent e19336d4b56d9a64d969474ab8270337021d0142 A ';' was missing, fixed. diff -r e19336d4b56d -r 1733f81f7480 src/xs_fileinfo.h --- a/src/xs_fileinfo.h Thu Jan 25 03:50:03 2007 +0000 +++ b/src/xs_fileinfo.h Thu Jan 25 03:51:01 2007 +0000 @@ -8,7 +8,7 @@ #endif gint xs_stil_init(void); -void xs_stil_close(void) +void xs_stil_close(void); void xs_fileinfo_update(void); void xs_fileinfo(gchar *);