commit 64cb0eb0f2623d3d476fff19c519aeeea27c0097 parent 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 Author: pranomostro <pranomestro@gmail.com> Date: Fri, 13 Jan 2017 14:16:18 +0100 Whitespace fix. Diffstat:
M | ratox.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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){