summaryrefslogtreecommitdiffstats
path: root/vote.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:49 +0900
committerFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:49 +0900
commit7a794483c75fa6590958dda5ceaf5fb4438c3066 (patch)
tree9fde594088b1a844f5e4ad2568158f049cdd7981 /vote.c
parent0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee (diff)
downloadmicrobbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.tar.gz
microbbs-7a794483c75fa6590958dda5ceaf5fb4438c3066.zip
Small fixes, not change any functionality
Diffstat (limited to 'vote.c')
-rw-r--r--vote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vote.c b/vote.c
index 9ded5cb..27cdf9b 100644
--- a/vote.c
+++ b/vote.c
@@ -2,7 +2,7 @@
int bbs_vote( term_screen *ts, const char *s )
{
- int ret=-1;
+ int ret = -1;