Fix non-NLS compile error for XFontStruct
[xboard.git] / xboard.c
index c97ca69..1062885 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -1454,7 +1454,7 @@ XBoard square size (hint): %d\n\
 #if ENABLE_NLS
                                                &clockFontSet);
 #else
-                                               &clockFonStruct);
+                                               clockFontStruct);
 #endif
     boardWidget      = optList[W_BOARD].handle;
     menuBarWidget    = optList[W_MENU].handle;