dvd-sector-copy.c: Fix formatting for debugging code.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 18 Feb 2022 22:58:34 +0000 (22:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 18 Feb 2022 23:00:54 +0000 (23:00 +0000)
dvd-sector-copy.c

index d84c996..1e4dc07 100644 (file)
@@ -610,7 +610,7 @@ static ssize_t recovery_read(struct recoverybuf *r,
 #ifdef DEBUG
     printf(";; read high (%"PRIuSEC"@%"PRIuSEC", %"PRIuSEC")",
           r->pos + pp, pp, nn);
-fflush(stdout);
+    fflush(stdout);
 #endif
     n = recovery_read_sectors(r, pos + pp, pp, nn);
 #ifdef DEBUG