From a4c775bff45d0d122c3b973fad31c0280b571068 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 31 Jul 2002 15:20:12 +0000 Subject: [PATCH] make compiler happy Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@109 --- include/dos_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dos_inc.h b/include/dos_inc.h index 32414ca4..c5df32db 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -163,7 +163,7 @@ bool DOS_CreateFile(char * name,Bit16u attribute,Bit16u * entry); bool DOS_UnlinkFile(char * name); bool DOS_FindFirst(char *search,Bit16u attr); bool DOS_FindNext(void); -bool DOS_Canonicalize(char * small,Bit8u * big); +bool DOS_Canonicalize(char * name,Bit8u * big); bool DOS_CreateTempFile(char * name,Bit16u * entry); bool DOS_FileExists(char * name); /* Drive Handing Routines */