From 43c203254916f4cacba96d14b494d80cdb87d8f6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 6 Jun 2009 15:41:58 +0000 Subject: Fix build error caused by variable definition after statement. --- call/call.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'call/call.c') diff --git a/call/call.c b/call/call.c index 3810f0e..3a94225 100644 --- a/call/call.c +++ b/call/call.c @@ -2074,8 +2074,9 @@ int cmd_call(char *call[], int mode) } if (bytes > 0) { unsigned long offset = 0L; - sevenplus = FALSE; int err = 0; + + sevenplus = FALSE; if (uploadfile != -1) { statline(mode, "Ignored. Type ~s to stop upload"); -- cgit v1.2.3