mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
223 B
C
11 lines
223 B
C
--- tools/convconf.c.orig Sat Dec 18 15:03:56 2004
|
|
+++ tools/convconf.c Sat Dec 18 15:05:01 2004
|
|
@@ -77,7 +77,7 @@
|
|
fprintf(outfile,"%s.%s.%s\n",fname,section,buf);
|
|
}
|
|
}
|
|
- next:
|
|
+ next:;
|
|
}
|
|
return 0x0;
|
|
}
|