fixed doc error
authorHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 14:17:45 +0000 (14:17 +0000)
committerHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 14:17:45 +0000 (14:17 +0000)
ChangeLog
dbus/dbus-watch.c

index cbc2d22..5ce446a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
        
        * .cvsignore: ignore more stamp files
 
+       * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
+
 2002-12-15  Havoc Pennington  <hp@pobox.com>
 
        * dbus/dbus-threads.c: add thread stubs that a higher library
index de44e87..69184f1 100644 (file)
@@ -165,7 +165,7 @@ struct DBusWatchList
 };
 
 /**
- * Creates a new watch list. Returns @NULL if insufficient
+ * Creates a new watch list. Returns #NULL if insufficient
  * memory exists.
  *
  * @returns the new watch list, or #NULL on failure.