aboutsummaryrefslogtreecommitdiff
path: root/src/ui/account_create_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/account_create_dialog.h')
-rw-r--r--src/ui/account_create_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/account_create_dialog.h b/src/ui/account_create_dialog.h
index 69dbb1c..d42fef2 100644
--- a/src/ui/account_create_dialog.h
+++ b/src/ui/account_create_dialog.h
@@ -32,7 +32,7 @@ struct MESSENGER_Application;
32 32
33typedef struct UI_ACCOUNT_CREATE_DIALOG_Handle 33typedef struct UI_ACCOUNT_CREATE_DIALOG_Handle
34{ 34{
35 WINDOW *window; 35 WINDOW **window;
36 36
37 char name [256]; 37 char name [256];
38 int name_len; 38 int name_len;