patch-bibview_c 387 B

12345678910111213141516
  1. $OpenBSD: patch-bibview_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
  2. --- bibview.c.orig Fri Apr 21 18:49:15 1995
  3. +++ bibview.c Tue Apr 17 14:30:50 2001
  4. @@ -170,9 +170,9 @@ int max_bibtex_types;
  5. /* fallback resources */
  6. static char *fallback_resources[] = {
  7. #ifdef GERMAN
  8. - #include "fb_ger.h"
  9. +#include "fb_ger.h"
  10. #else
  11. - #include "fb_res.h"
  12. +#include "fb_res.h"
  13. #endif
  14. NULL
  15. };