From 937594c130336cf217411e684478780612196f0b Mon Sep 17 00:00:00 2001
From: Francois Perrad <francois.perrad@gadz.org>
Date: Thu, 31 Dec 2015 17:22:58 +0100
Subject: [PATCH] use #ifdef like everywhere

---
 scp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp.c b/scp.c
index 73262fad..9cdf21d5 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
-- 
GitLab