openbsd-ports/print/bibview/patches/patch-ab
1998-05-17 05:20:42 +00:00

15 lines
301 B
Plaintext

--- bibview.c.orig Fri Apr 21 18:49:15 1995
+++ bibview.c Thu Sep 11 13:08:28 1997
@@ -170,9 +170,9 @@
/* fallback resources */
static char *fallback_resources[] = {
#ifdef GERMAN
- #include "fb_ger.h"
+#include "fb_ger.h"
#else
- #include "fb_res.h"
+#include "fb_res.h"
#endif
NULL
};