188fde5d60
remove DOS line endings from patches too. Improves probability of compilation on gcc2 systems.
15 lines
361 B
Text
15 lines
361 B
Text
$NetBSD: patch-ad,v 1.2 2005/03/14 16:20:58 wiz Exp $
|
|
|
|
--- src/generate.c.orig 2005-02-13 16:11:00.000000000 +0100
|
|
+++ src/generate.c
|
|
@@ -15,8 +15,8 @@
|
|
|
|
/* --- Dat library includes --- */
|
|
|
|
-#include "datlib/src/datlib.h"
|
|
-#include "datlib/src/macro.h"
|
|
+#include "DatLib/datlib.h"
|
|
+#include "DatLib/macro.h"
|
|
|
|
|
|
/* --- MAMEDiff definitions and macros --- */
|