summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 63d0c32e..ecdba1e3 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -410,6 +410,8 @@ void load_key(char *path)
410 } 410 }
411 } 411 }
412 412
413 if(fclose(data_file) < 0)
414 perror("[!] fclose failed");
413 return; 415 return;
414 416
415FILE_ERROR: 417FILE_ERROR: