summaryrefslogtreecommitdiffstats
path: root/captcha.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
committerFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
commitf1fb9827faec228246062f2cd8e38f0dd3338e3a (patch)
tree4b142676d0f7dbfb2decd2eb9886372d7c1fb34d /captcha.c
parentc1e6c1341ace1f61569e6d1d0dbfb36cb192113c (diff)
downloadmicrobbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.tar.gz
microbbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.zip
Added ini file support
Diffstat (limited to 'captcha.c')
-rw-r--r--captcha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/captcha.c b/captcha.c
index 9ee89a8..ea38d85 100644
--- a/captcha.c
+++ b/captcha.c
@@ -9,8 +9,6 @@
int captcha_test1( term_screen *ts)
{
int ret = 0;
- const int s_size = 2;
- char s[s_size];
int column=0, row=0;
int c=0;