summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-watch.c
diff options
context:
space:
mode:
authorHarri Porten <porten@kde.org>2002-12-15 14:17:45 +0000
committerHarri Porten <porten@kde.org>2002-12-15 14:17:45 +0000
commitb7d029e5d706a2ec1c06e8d51fd4facfa13dd752 (patch)
tree41933b6d6b1fc3070542a98c608d9f0e6a2c7b12 /dbus/dbus-watch.c
parent31210d41d18f8a6cebae49b775a12cbf6c1bba46 (diff)
fixed doc error
Diffstat (limited to 'dbus/dbus-watch.c')
-rw-r--r--dbus/dbus-watch.c2
1 files changed, 1 insertions, 1 deletions
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.