Files
pkgsrc-ng/editors/ve/patches/patch-ac
2013-09-26 17:14:40 +02:00

23 lines
330 B
Plaintext

$NetBSD: patch-ac,v 1.1.1.1 2002/04/19 14:05:17 zuntum Exp $
--- entab.c.orig Sun Apr 7 16:15:48 2002
+++ entab.c
@@ -9,7 +9,7 @@
void convert(char* filename);
-
+/*
main(int argc, char *argv[]) {
int i;
@@ -24,7 +24,7 @@
fprintf(stderr, "\nFinished\n");
return 0;
}
-
+*/
void convert(char* filename)
{