1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fixed two typos

git-svn-id: svn://svn.cc65.org/cc65/trunk@229 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-07-29 21:45:12 +00:00
parent a08257b851
commit a20f4dd8c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*****************************************************************************/
/* */
/* global.c */
/* error.c */
/* */
/* Error handling for the ld65 linker */
/* */

View File

@ -1,6 +1,6 @@
/*****************************************************************************/
/* */
/* global.h */
/* error.h */
/* */
/* Error handling for the ld65 linker */
/* */