build fix

This commit is contained in:
Brian Cox 2016-04-08 00:06:39 -07:00
parent 2d04929991
commit 1d8ab16d00
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ void cUnixFSServices::ConvertModeToString( uint64 perm, TSTRING& tstrPerm ) cons
#ifdef S_IFDOOR
case S_IFDOOR:
szPerm[0] = _T('D');
break
break;
#endif
#ifdef S_IFPORT
case S_IFPORT: