mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
265 B
C
13 lines
265 B
C
--- guicontrol.c.orig 1997-08-23 11:30:51 UTC
|
|
+++ guicontrol.c
|
|
@@ -375,7 +375,8 @@ int decodeMPEG_2(int inFilefd)
|
|
break;
|
|
case GETHDR_SYN: warn("oops, we're out of sync.\n");
|
|
break;
|
|
- default:
|
|
+ default:
|
|
+ break;
|
|
}
|
|
break;
|
|
}
|