From bf172ce4c5856af21f5ee208960bf718a5058ad9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 23:09:18 +0000 Subject: 2006-10-21 Havoc Pennington * Documentation! Whee! Doxygen now 100% silent. If you make it angry again, you will be punished. --- dbus/dbus-shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-shared.h') diff --git a/dbus/dbus-shared.h b/dbus/dbus-shared.h index 6d9284e7..e02cad4d 100644 --- a/dbus/dbus-shared.h +++ b/dbus/dbus-shared.h @@ -116,8 +116,8 @@ typedef enum #define DBUS_RELEASE_NAME_REPLY_NOT_OWNER 3 /**< Service is not an owner of the given name */ /* Replies to service starts */ -#define DBUS_START_REPLY_SUCCESS 1 /**< service was auto started */ -#define DBUS_START_REPLY_ALREADY_RUNNING 2 /**< service was already running */ +#define DBUS_START_REPLY_SUCCESS 1 /**< Service was auto started */ +#define DBUS_START_REPLY_ALREADY_RUNNING 2 /**< Service was already running */ /** @} */ -- cgit