mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
.cpp is a text file
This commit is contained in:
parent
d6d30ba81e
commit
88423bc690
@ -149,6 +149,8 @@ namespace OS
|
||||
case 'c':
|
||||
if (ext == "c")
|
||||
return true;
|
||||
if (ext == "cpp")
|
||||
return true;
|
||||
break;
|
||||
|
||||
case 'e':
|
||||
|
Loading…
Reference in New Issue
Block a user