94e79576fb
- Add MAKE_JOBS_SAFE. - Trim header. - Convert to optionsNG. PR: ports/172717 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
259 B
C
11 lines
259 B
C
--- cnv/rletopaint.c.orig 1992-05-22 00:11:41.000000000 +0900
|
|
+++ cnv/rletopaint.c 2012-10-15 22:42:40.000000000 +0900
|
|
@@ -74,7 +74,7 @@
|
|
int compress_line();
|
|
void write_paint_line(), bytes_to_bits();
|
|
|
|
-void
|
|
+int
|
|
main(argc, argv)
|
|
int argc;
|
|
char *argv[];
|