From 937594c130336cf217411e684478780612196f0b Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 31 Dec 2015 17:22:58 +0100 Subject: use #ifdef like everywhere --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp.c') diff --git a/scp.c b/scp.c index 73262fa..9cdf21d 100644 --- a/scp.c +++ b/scp.c @@ -672,7 +672,7 @@ next: if (fd != -1) { } continue; } -#if PROGRESS_METER +#ifdef PROGRESS_METER if (showprogress) start_progress_meter(curfile, stb.st_size, &statbytes); #endif -- cgit v1.2.3