mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
14 lines
298 B
C
14 lines
298 B
C
$NetBSD: patch-itm.c,v 1.1 2012/12/25 21:05:20 joerg Exp $
|
|
|
|
--- itm.c.orig 2012-12-25 18:50:14.000000000 +0000
|
|
+++ itm.c
|
|
@@ -304,7 +304,7 @@ main(int argc, char **argv)
|
|
|
|
if (argc == 1) {
|
|
printf("itm <spec-file0> <spec-file1> ....\n\n");
|
|
- return;
|
|
+ return 1;
|
|
}
|
|
while (--argc) {
|
|
|