summaryrefslogtreecommitdiff
path: root/captcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'captcha.h')
-rw-r--r--captcha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/captcha.h b/captcha.h
index 2aa6475..4228625 100644
--- a/captcha.h
+++ b/captcha.h
@@ -9,7 +9,7 @@
9#include <string.h> 9#include <string.h>
10 10
11#include "gd.h" 11#include "gd.h"
12#include "../file_reader/file_reader.h" 12#include "file_reader.h"
13 13
14 14
15int captcha_print(char* text); 15int captcha_print(char* text);
..