From: Harri Porten Date: Sun, 15 Dec 2002 14:17:45 +0000 (+0000) Subject: fixed doc error X-Git-Tag: dbus-0.1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7d029e5d706a2ec1c06e8d51fd4facfa13dd752;p=thirdparty%2Fdbus.git fixed doc error --- diff --git a/ChangeLog b/ChangeLog index cbc2d2203..5ce446a7a 100644 --- 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 * dbus/dbus-threads.c: add thread stubs that a higher library diff --git a/dbus/dbus-watch.c b/dbus/dbus-watch.c index de44e8706..69184f17c 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.