use #ifdef like everywhere

This commit is contained in:
Francois Perrad 2015-12-31 17:22:58 +01:00 committed by Matt Johnston
parent e708f9542f
commit 937594c130

2
scp.c
View File

@ -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