changeset 471:1733f81f7480

A ';' was missing, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 03:51:01 +0000
parents e19336d4b56d
children 3f02945a0c48
files src/xs_fileinfo.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 *);