summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/nTox.c2
1 files changed, 2 insertions, 0 deletions
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)
396 } 396 }
397 } 397 }
398 398
399 return;
400
399FILE_ERROR: 401FILE_ERROR:
400 if(fclose(data_file) < 0) 402 if(fclose(data_file) < 0)
401 perror("[!] fclose failed"); 403 perror("[!] fclose failed");