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