Skip to content

Commit 319bd34

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Turbo C doesn't like C++ comments
1 parent 6ce6591 commit 319bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/dosfns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ struct dhdr FAR *IsDevice(const char FAR * fname)
14341434
BOOL IsShareInstalled(BOOL recheck)
14351435
{
14361436
extern unsigned char ASMPASCAL share_check(void);
1437-
//DebugPrintf(("Share_check at %p and share_installed at %p\n", (void far *)&share_check, (void far *)&share_installed));
1437+
/*DebugPrintf(("Share_check at %p and share_installed at %p\n", (void far *)&share_check, (void far *)&share_installed));*/
14381438
if (recheck == FALSE)
14391439
return share_installed;
14401440
if (share_check() == 0xff)

0 commit comments

Comments
 (0)