diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-16 17:14:11 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-16 17:14:11 -0500 |
commit | 057066be640199a41e166343852f523f97e3c5d3 (patch) | |
tree | 6b4a2783e1e63ca15a1f70e915bb967f2fcb38b6 /src/main.c | |
parent | 42b338cdced3f34d719ffda6108818df2e85a84b (diff) | |
parent | 973eb0a480c0c0905fe344230c78d2653661416a (diff) | |
download | ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.tar.gz ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.tar.bz2 ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.zip |
sync with trunk
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,7 +21,6 @@ #include <locale.h> #include <stdlib.h> /* exit() */ -#include <stdio.h> #include <glib/gi18n.h> #include <gio/gio.h> @@ -44,7 +43,7 @@ static GOptionEntry entries[] = { }; static void -on_name_lost (gpointer instance G_GNUC_UNUSED, gpointer loop G_GNUC_UNUSED) +on_name_lost (gpointer instance G_GNUC_UNUSED, gpointer loop) { g_message ("exiting: service couldn't acquire or lost ownership of busname"); |