diff options
author | pranomostro <pranomestro@gmail.com> | 2017-01-13 14:16:18 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-01-13 14:16:18 +0100 |
commit | 64cb0eb0f2623d3d476fff19c519aeeea27c0097 (patch) | |
tree | 353f91af0b425cf57ce578faf4e0f6806e71f95c /ratox.c | |
parent | 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 (diff) |
Whitespace fix.
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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){ |