openbsd-ports/print/bibview/patches/patch-bibview_c
2001-04-17 13:13:25 +00:00

16 lines
387 B
Plaintext

$OpenBSD: patch-bibview_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
--- bibview.c.orig Fri Apr 21 18:49:15 1995
+++ bibview.c Tue Apr 17 14:30:50 2001
@@ -170,9 +170,9 @@ int max_bibtex_types;
/* 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
};