mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-12 22:14:54 +03:00
Missed a line in the dmdfe path code.
This commit is contained in:
parent
62e1d77cc1
commit
fe76eeee4e
1 changed files with 0 additions and 1 deletions
|
@ -519,7 +519,6 @@ char *FileName::ext(const char *str)
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
case '\\':
|
case '\\':
|
||||||
case ':':
|
case ':':
|
||||||
case '/':
|
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue