freebsd-ports/print/bibview/files/patch-ab
Thomas Gellekum 1bc1187e0f Import bibview port. bibview allows to edit bibliographic databases
for use with BibTeX.

PR:		4133
Submitted by:	"David A. Bader" <dbader@umiacs.umd.edu>
1997-09-12 08:11:56 +00:00

14 lines
301 B
Text

--- 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
};