summaryrefslogtreecommitdiffstats
path: root/microbbs.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-08 00:28:11 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-08 00:28:11 +0900
commit3d489fe502178d2d4e58eb8d5736be2fbda38077 (patch)
tree153d134b43fb8929e0725bb923742466b6e2f1cd /microbbs.c
parent03e459e7dff84c44644b1eccc0e00b73d846fe2a (diff)
downloadmicrobbs-3d489fe502178d2d4e58eb8d5736be2fbda38077.tar.gz
microbbs-3d489fe502178d2d4e58eb8d5736be2fbda38077.zip
Bumped libterm version
Diffstat (limited to 'microbbs.c')
-rw-r--r--microbbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/microbbs.c b/microbbs.c
index 7670ddd..f620502 100644
--- a/microbbs.c
+++ b/microbbs.c
@@ -10,7 +10,7 @@
int main( int argc, char **argv )
{
- int ret_len;
+ int ret_len;
size_t str_size=128;
char *str=malloc(str_size);