diff options
Diffstat (limited to 'src/chat.h')
-rw-r--r-- | src/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ typedef struct MESSENGER_Chat struct GNUNET_SCHEDULER_Task *idle; bool show_members; - int quit; + bool quit; } MESSENGER_Chat; void |