diff options
Diffstat (limited to 'captcha.c')
-rw-r--r-- | captcha.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ int captcha_test1( term_screen *ts) int ret = 0; const int s_size = 2; char s[s_size]; - int column, row; - int c; + int column=0, row=0; + int c=0; //setup terminal output position term_clr_scr( ts ); |