summaryrefslogtreecommitdiff
path: root/ws2a
diff options
context:
space:
mode:
Diffstat (limited to 'ws2a')
-rw-r--r--ws2a/gencaptcha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c
index 850cca7..c05090d 100644
--- a/ws2a/gencaptcha.c
+++ b/ws2a/gencaptcha.c
@@ -69,6 +69,7 @@ int main(){
sprintf(filepath,"../ws2a/captchas/%s.png","r");
imgfile = fopen(filepath,"r");
if(imgfile == NULL){
+ printf("Unable to open file!");
return 1;
}
while(!feof(imgfile)){