summaryrefslogtreecommitdiff
path: root/x11/xxkb
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-14 06:50:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-14 06:50:05 +0000
commit30cd14fe160cd443e2d07dc55a515ccf9f52726a (patch)
tree320c7324101d4c5bf4ec3773c5f8f5ee680771db /x11/xxkb
parentChange option WITH_SN to WITH_INN and remove RUN_DEPENDS. (diff)
Handle 'default' in switch more neatly.
Submitted by: Andrey Slusar <anray@inet.ua>
Notes
Notes: svn path=/head/; revision=116175
Diffstat (limited to 'x11/xxkb')
-rw-r--r--x11/xxkb/files/patch-resource.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/xxkb/files/patch-resource.c b/x11/xxkb/files/patch-resource.c
index 1816324c58ea..0f2582eb73d6 100644
--- a/x11/xxkb/files/patch-resource.c
+++ b/x11/xxkb/files/patch-resource.c
@@ -1,13 +1,15 @@
$FreeBSD$
---- resource.c.orig Fri Aug 13 22:34:08 2004
-+++ resource.c Fri Aug 13 22:34:19 2004
-@@ -383,7 +383,6 @@
+--- resource.c.orig Sat Nov 30 14:34:12 2002
++++ resource.c Sat Aug 14 08:45:34 2004
+@@ -382,8 +382,7 @@
+ break;
case XpmNoMemory:
printf("No memory for open xpm file: %s\n", name);
- break;
+- break;
- default:
++ default: break;
}
}