summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 6cec4c2..d16811a 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1026,7 +1026,7 @@ datasave(void)
sz += encryptsavefile ? TOX_PASS_ENCRYPTION_EXTRA_LENGTH : 0;
data = malloc(sz);
- if(!data)
+ if (!data)
eprintf("malloc:");
if (encryptsavefile){