summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch.c')
-rw-r--r--src/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch.c b/src/patch.c
index 372e0f0..364d28e 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -1094,7 +1094,7 @@ locate_hunk (lin fuzz)
return 0;
}
-static void
+static void __attribute__ ((noreturn))
mangled_patch (lin old, lin new)
{
char numbuf0[LINENUM_LENGTH_BOUND + 1];