]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/file: trivial cleanup
authorVMware, Inc <>
Tue, 26 Apr 2011 20:45:35 +0000 (13:45 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 26 Apr 2011 20:45:35 +0000 (13:45 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/file/file.c

index 5c669507e88ee6189fd9a306ed217465a876bdf4..1af3453dd91d5bd8025aabd3b73b10c93465c609 100644 (file)
@@ -814,7 +814,7 @@ File_MakeTempEx2(ConstUnicode dir,                             // IN:
       }
 
       /* construct base full pathname to use */
-      path = Unicode_Join(dir, DIRSEPS,  fileName, NULL);
+      path = Unicode_Join(dir, DIRSEPS, fileName, NULL);
 
       Unicode_Free(fileName);