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");