diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2015-12-31 17:22:58 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:41:05 +0800 |
commit | 937594c130336cf217411e684478780612196f0b (patch) | |
tree | 5b66166a83592561c5fe92c9a37769d017d77532 /scp.c | |
parent | e708f9542f47f8764b0e088fbc94917102bdb717 (diff) |
use #ifdef like everywhere
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |