aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--powwow-muc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/powwow-muc.c b/powwow-muc.c
index ea7171f..aade7f0 100644
--- a/powwow-muc.c
+++ b/powwow-muc.c
@@ -21,7 +21,8 @@
int main( int argc, char *argv[] ) {
WINDOW *text, *status;
int speed = 5;
- int key, sleep, orig, i, color, looping, cursx, cursy;
+ int key, sleep, orig, color, looping, cursx, cursy;
+ size_t i;
FILE *in;
char line[ 1000 ], *displine, action[ 100 ];
long curr_pos, file_size, new_pos;