diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:44 +0800 |
commit | 2038e323e7122a4e6fc2347d0d04017ea25998b6 (patch) | |
tree | 6fc6e97562dca22bfca81ac7a74bf99e131ea7c7 /src/empathy.c | |
parent | dc20e1130bfb44b2595df2b46042381103e75c51 (diff) | |
download | gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar.gz gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar.bz2 gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar.lz gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar.xz gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.tar.zst gsoc2013-empathy-2038e323e7122a4e6fc2347d0d04017ea25998b6.zip |
Fix little coding style
svn path=/trunk/; revision=1284
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c index 90ffeedff..926b6af0b 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -292,10 +292,9 @@ on_bacon_message_received (const char *message, DEBUG ("Other instance launched, presenting the main window. message='%s'", message); - if (strcmp(message, "accounts") == 0) { + if (strcmp (message, "accounts") == 0) { /* accounts dialog requested */ empathy_accounts_dialog_show (GTK_WINDOW (window), NULL); - } else { startup_timestamp = atoi (message); |