aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/patch/patch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index d008c0f5aecb..956482cb38f1 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -239,8 +239,10 @@ main(int argc, char *argv[])
if (!skip_rest_of_patch)
scan_input(filearg[0]);
- /* from here on, open no standard i/o files, because malloc */
- /* might misfire and we can't catch it easily */
+ /*
+ * from here on, open no standard i/o files, because
+ * malloc might misfire and we can't catch it easily
+ */
/* apply each hunk of patch */
hunk = 0;