1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-24 14:17:23 +00:00

Fixed comments. No code change.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4996 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-04-25 18:49:24 +00:00
parent 671a4a653f
commit 977c64ce01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
void __fastcall__ _poserror (const char* msg)
{
/* Fetch the message that corresponds to _oserrno */
/* Fetch the message that corresponds to _oserror */
const char* errormsg = _stroserror (_oserror);
/* Different output depending on msg */