1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Restore break.

Submitted by:	Andrey Slusar <anray@inet.ua>
This commit is contained in:
Kirill Ponomarev 2004-08-14 10:45:15 +00:00
parent 339aadf232
commit 52241f53e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116191

View File

@ -1,13 +1,12 @@
$FreeBSD$
--- resource.c.orig Sat Nov 30 14:34:12 2002
+++ resource.c Sat Aug 14 08:45:34 2004
@@ -382,8 +382,7 @@
break;
--- resource.c.orig Sat Nov 30 15:34:12 2002
+++ resource.c Sat Aug 14 11:48:57 2004
@@ -383,7 +383,7 @@
case XpmNoMemory:
printf("No memory for open xpm file: %s\n", name);
- break;
break;
- default:
+ default: break;
}