white space

This commit is contained in:
Christopher Faylor 2005-05-17 01:29:27 +00:00
parent 4f7544bc97
commit dce0c241ef
1 changed files with 1 additions and 1 deletions

View File

@ -1523,7 +1523,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
MALLOC_CHECK;
/* If the path is on a network drive, bypass the mount table.
If it's // or //MACHINE, use the netdrive device. */
if (src_path[1] == '/')
if (src_path[1] == '/')
{
if (!strchr (src_path + 2, '/'))
{