diff options
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c index 110176630..aebb5073e 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -418,7 +418,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv) | |||
418 | } | 418 | } |
419 | 419 | ||
420 | // Loop through the lines in the patch | 420 | // Loop through the lines in the patch |
421 | for(;;) { | 421 | for (;;) { |
422 | char *patchline; | 422 | char *patchline; |
423 | 423 | ||
424 | patchline = xmalloc_fgetline(stdin); | 424 | patchline = xmalloc_fgetline(stdin); |