diff src/wflogs-config.h @ 8:306059d0f677

fix missing return statement
author Carl Byington <carl@five-ten-sg.com>
date Fri, 17 May 2013 12:37:04 -0700
parents 37eace15ef87
children
line wrap: on
line diff
--- a/src/wflogs-config.h	Fri May 17 12:25:14 2013 -0700
+++ b/src/wflogs-config.h	Fri May 17 12:37:04 2013 -0700
@@ -60,7 +60,7 @@
     void    dump();
     void    openo(bool msg);
     void    open(bool msg);
-    bool    write(char *p);
+    void    write(char *p);
     bool    read();
     void    closeo();
     void    close();