diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | dbus/dbus-watch.c | 2 | 
2 files changed, 3 insertions, 1 deletions
@@ -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 diff --git a/dbus/dbus-watch.c b/dbus/dbus-watch.c index de44e870..69184f17 100644 --- a/dbus/dbus-watch.c +++ b/dbus/dbus-watch.c @@ -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.  | 
