mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/05/17 14:54:57 minskim Exp $
|
|
|
|
--- jargrep.c.orig 2001-01-11 02:38:15.000000000 -0600
|
|
+++ jargrep.c
|
|
@@ -572,7 +572,7 @@ static void jargrep(regex_t *exp, regex_
|
|
floop = FALSE;
|
|
break;
|
|
case 2:
|
|
- /* fall through continue */
|
|
+ ; /* fall through continue */
|
|
}
|
|
}
|
|
} while(floop);
|