summaryrefslogtreecommitdiff
path: root/src/ui/accounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/accounts.c')
-rw-r--r--src/ui/accounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/accounts.c b/src/ui/accounts.c
index 377bdc9..ced1d68 100644
--- a/src/ui/accounts.c
+++ b/src/ui/accounts.c
@@ -69,7 +69,7 @@ accounts_event(UI_ACCOUNTS_Handle *accounts,
case 27:
case KEY_EXIT:
{
- app->chat.quit = GNUNET_YES;
+ app->chat.quit = TRUE;
break;
}
case KEY_UP: