X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8346c62a95d601f2516059cccb4784fe36fe3e9d..2907af472d1f33b3c422cb9f601c121b242aa9c7:/log.c diff --git a/log.c b/log.c index 5b4773fb..c08dd580 100644 --- a/log.c +++ b/log.c @@ -804,7 +804,7 @@ int log_format_has(const char *format, char esc) return 0; for (p = format; (p = strchr(p, '%')) != NULL; ) { - for (p++; *p == '\''; p++) {} + for (p++; *p == '\''; p++) {} /*SHARED ITERATOR*/ if (*p == '-') p++; while (isDigit(p))