Index: libfuse/fuse_i.h
diff -u libfuse/fuse_i.h:1.12 libfuse/fuse_i.h:1.13
--- libfuse/fuse_i.h:1.12       Fri Dec  2 23:48:12 2005
+++ libfuse/fuse_i.h    Sat Dec  3 00:04:32 2005
@@ -27,7 +27,7 @@
 #define NOT_IMPLEMENTED() \
     fprintf(stderr, PACKAGE ": functionality not yet implemented in " \
            __FILE__ ":%d\nyou're welcome to put your effort to here.\n\n", \
-           __LINE__);
+           __LINE__)
 
 /* pointer to the fuse_operations structure of this translator process */
 extern int fuse_use_ino;
@@ -108,7 +108,7 @@
 
 #define DEBUG(cat,msg...) \
   if(debug_port) \
-    fprintf(debug_port, PACKAGE ": " cat ": " msg);
+    fprintf(debug_port, PACKAGE ": " cat ": " msg)
 
 #define FUNC_PROLOGUE_(func_name, fmt...) \
   do \
@@ -152,7 +152,7 @@
 
 #define FUNC_EPILOGUE_(ret, fmt) \
       FUNC_RETURN_(ret, fmt) \
-    } while(0);
+    } while(0)
 
 #define FUNC_RETURN_FMT(ret, fmt...) \
   FUNC_RETURN_(ret, fprintf(debug_port, fmt))


_______________________________________________
Hurdextras-commit mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to