1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/xmixer/files/patch-Xw::Base.c
Sergey A. Osokin ed7782ad8b Fix building under -CURRENT (gcc 3.3)
Submitted by:	Simon Barner <barner@in.tum.de>
2003-07-24 15:23:03 +00:00

14 lines
300 B
C

--- 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()";
/*