1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix building under -CURRENT (gcc 3.3)

Submitted by:	Simon Barner <barner@in.tum.de>
This commit is contained in:
Sergey A. Osokin 2003-07-24 15:23:03 +00:00
parent bb475e4713
commit ed7782ad8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85528

View File

@ -0,0 +1,13 @@
--- Xw/Base.c.orig Wed Jul 23 03:56:03 2003
+++ Xw/Base.c Wed Jul 23 03:56:43 2003
@@ -89,8 +89,8 @@
* default translation table
*/
static char defaultTranslations [] = "\
-<FocusIn>: focus(in)
-<FocusOut>: focus(out)
+<FocusIn>: focus(in)\n\
+<FocusOut>: focus(out)\n\
<Key>Tab: tab()";
/*