aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-debug-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 448c06f69..ac0bf9a91 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -564,7 +564,7 @@ finally:
g_object_unref (pause_buffer);
}
-static GtkListStore*
+static GtkListStore *
new_list_store_for_service (void)
{
return gtk_list_store_new (NUM_DEBUG_COLS,
@@ -1614,7 +1614,7 @@ debug_window_save_clicked_cb (GtkToolButton *tool_button,
tm_s = localtime (&t);
if (tm_s != NULL)
{
- if (strftime(time_str, sizeof (time_str), "%d-%m-%y_%H-%M-%S", tm_s))
+ if (strftime (time_str, sizeof (time_str), "%d-%m-%y_%H-%M-%S", tm_s))
tmp = g_strdup_printf ("%s-%s.log", name, time_str);
}