1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2003/07/10 08:03:58 jtb Exp $
--- keybindings.c.orig
+++ keybindings.c
@@ -64,7 +64,7 @@
/* xcircuit.h! */
/*--------------------------------------------------------------*/
-static char *function_names[NUM_FUNCTIONS] = {
+static char *function_names[] = {
"Page", "Justify", "Superscript", "Subscript", "Normalscript",
"Nextfont", "Boldfont", "Italicfont", "Normalfont", "Underline",
"Overline", "ISO Encoding", "Return", "Halfspace", "Quarterspace",
|