trunk: changeset 1635

Mon, 26 Jul 2004 17:40:53 +0200

author
tuomov
date
Mon, 26 Jul 2004 17:40:53 +0200
changeset 78
9a1ce6020530
parent 77
bcd82ab9ecdc
child 79
81e9a32b1c0c

trunk: changeset 1635
Fixed WWATCH_INIT to WATCH_INIT.

obj.h file | annotate | diff | comparison | revisions
--- a/obj.h	Mon Jul 26 17:20:08 2004 +0200
+++ b/obj.h	Mon Jul 26 17:40:53 2004 +0200
@@ -51,7 +51,7 @@
 
 typedef void WatchHandler(Watch *watch, Obj *obj);
 
-#define WWATCH_INIT {NULL, NULL, NULL, NULL}
+#define WATCH_INIT {NULL, NULL, NULL, NULL}
 
 DECLSTRUCT(Watch){
     Obj *obj;

mercurial