summaryrefslogtreecommitdiffstats
path: root/captcha.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-08-31 17:08:36 +0100
committerFreeArtMan <dos21h@gmail.com>2015-08-31 17:08:36 +0100
commit07a0921a8e81ccb0388a71eb78767b1d2ae5d77f (patch)
treeef097c53c6635df04660eb933da223fce8830f23 /captcha.c
parent8f893cfe961a3be8c688e9d657e656e03749477b (diff)
downloadmicrobbs-07a0921a8e81ccb0388a71eb78767b1d2ae5d77f.tar.gz
microbbs-07a0921a8e81ccb0388a71eb78767b1d2ae5d77f.zip
Fixed few warnings
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 93cadde..7189793 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;