diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_history.c')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk_history.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_history.c b/src/conversation/gnunet-conversation-gtk_history.c index b8baff90..6a750b4f 100644 --- a/src/conversation/gnunet-conversation-gtk_history.c +++ b/src/conversation/gnunet-conversation-gtk_history.c | |||
@@ -83,6 +83,7 @@ GCG_HISTORY_add (enum GCG_HISTORY_Type type, | |||
83 | const char *event; | 83 | const char *event; |
84 | const char *ts; | 84 | const char *ts; |
85 | 85 | ||
86 | event = NULL; /* just to be safe... */ | ||
86 | switch (type) | 87 | switch (type) |
87 | { | 88 | { |
88 | case GCG_HISTORY_TYPE_OUTGOING_CALL: | 89 | case GCG_HISTORY_TYPE_OUTGOING_CALL: |