Fix various regression for building out of tree.
[gnushogi.git] / gnushogi / makepattern.c
index 3145967..067c758 100644 (file)
@@ -226,17 +226,13 @@ ReadOpeningSequences (short *pindex)
         pattern_data[(*pindex)++] = END_OF_PATTERNS;
         pattern_data[(*pindex)++] = END_OF_SEQUENCES;
 
-        if (NOT_CURSES)
-        {
-            sprintf(s,
-                    "Pattern: %d bytes for %d sequences with %d patterns.\n",
-                    *pindex, max_opening_sequence, max_pattern);
-            ShowMessage(s);
-        }
+        sprintf(s,
+                "Pattern: %d bytes for %d sequences with %d patterns.\n",
+                *pindex, max_opening_sequence, max_pattern);
+        ShowMessage(s);
+
         fclose(fd);
-    }
-    else if (NOT_CURSES)
-    {
+    } else {
         sprintf(s, "no pattern file '%s'", patternfile);
         ShowMessage(s);
     }