From a20f4dd8c8fc6b234758c6f343f8a419d319f26c Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 29 Jul 2000 21:45:12 +0000 Subject: [PATCH] Fixed two typos git-svn-id: svn://svn.cc65.org/cc65/trunk@229 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ld65/error.c | 2 +- src/ld65/error.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ld65/error.c b/src/ld65/error.c index 0476ab7d6..53b06d16b 100644 --- a/src/ld65/error.c +++ b/src/ld65/error.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* */ -/* global.c */ +/* error.c */ /* */ /* Error handling for the ld65 linker */ /* */ diff --git a/src/ld65/error.h b/src/ld65/error.h index 2ce1c8601..263a4881e 100644 --- a/src/ld65/error.h +++ b/src/ld65/error.h @@ -1,6 +1,6 @@ /*****************************************************************************/ /* */ -/* global.h */ +/* error.h */ /* */ /* Error handling for the ld65 linker */ /* */ -- 2.39.5