1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/xtuner/files/patch-misc.c
Greg Lewis 56d50228c1 . Fix build on 5.x (gcc 3.3)
PR:		58426
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-10-27 18:45:16 +00:00

15 lines
418 B
C

$FreeBSD$
--- misc.c.orig Mon Oct 27 11:29:57 2003
+++ misc.c Mon Oct 27 11:30:19 2003
@@ -90,8 +90,7 @@
else
{
fprintf(stderr,"Usage: xtuner [-0x20 | -0x30] -24 \n");
- fprintf(stderr,"Which specifies the port for the radio card and 24hr
- time format \n");
+ fprintf(stderr,"Which specifies the port for the radio card and 24hr time format \n");
exit(1);
}
cmd++;