summaryrefslogtreecommitdiff
path: root/microbbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'microbbs.c')
-rw-r--r--microbbs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/microbbs.c b/microbbs.c
index cf3a7db..0adddbc 100644
--- a/microbbs.c
+++ b/microbbs.c
@@ -16,8 +16,7 @@ int main( int argc, char **argv )
char *str=malloc(str_size);
term_screen ts;
- term_init_data( &ts );
- //printf("%d %d\n", ts.term_col, ts.term_row);
+ term_init( &ts );
//lunch captcha and try to detect if its random bot
#ifdef CONFIG_CAPTCHA