From fe37c38972ca17e6a8657988c61f867d9f71d3cd Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 27 Aug 2003 09:48:10 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2418 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 2 -- libsrc/common/_fopen.s | 6 +++--- src/ld65/filepath.c | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 462bb9d4e..7a27e4196 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -2143,8 +2143,6 @@ associated with it. On error, -1 is returned and an error code is stored in POSIX specifies an additional The function is only available as fastcall function, so it may only -be used in presence of a prototype. A diff --git a/src/ld65/filepath.c b/src/ld65/filepath.c index 37f7964d0..8db735744 100644 --- a/src/ld65/filepath.c +++ b/src/ld65/filepath.c @@ -49,7 +49,7 @@ /* If the standard library search path is not given, use a hardcoded one */ #ifndef CC65_LIB -#define CC65_LIB "/usr/lib/cc65/lib/"; +#define CC65_LIB "/usr/lib/cc65/lib/" #endif -- 2.39.5