From b36bca295c296f886872df98de388c8c5c5ad177 Mon Sep 17 00:00:00 2001 From: charmlesscoin Date: Sat, 3 Aug 2013 21:59:17 -0400 Subject: fixed bug that would cause this to always exit --- testing/nTox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/nTox.c') diff --git a/testing/nTox.c b/testing/nTox.c index 630c5f8e..4be69ac4 100644 --- a/testing/nTox.c +++ b/testing/nTox.c @@ -396,6 +396,8 @@ void load_key(char *path) } } + return; + FILE_ERROR: if(fclose(data_file) < 0) perror("[!] fclose failed"); -- cgit v1.2.3