]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 cbc2d2203e0c8e1da95a78e276249bc422aceb76..5ce446a7a21b34646fc9c281402cdc7701e6a6d0 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 de44e8706c9ccc43e110629869a3a8749c79bd67..69184f17c0323ebb700420147f441739742c01f1 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.