]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/win32/winmain.cpp
- Implement restore of a single directory.
[bacula/bacula] / bacula / src / filed / win32 / winmain.cpp
index 669487d6312798a9bb41fea7e49863900593d7da..5e21221733a7fb984c9a2dd1bef20fe0962cdfee 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2000-2005 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -306,7 +306,7 @@ int BaculaAppMain()
    if (hLib) {
       p_GetFileAttributesExA = (t_GetFileAttributesExA)
           GetProcAddress(hLib, "GetFileAttributesExA");
-         p_GetFileAttributesExW = (t_GetFileAttributesExW)
+          p_GetFileAttributesExW = (t_GetFileAttributesExW)
           GetProcAddress(hLib, "GetFileAttributesExW");
       p_SetProcessShutdownParameters = (t_SetProcessShutdownParameters)
           GetProcAddress(hLib, "SetProcessShutdownParameters");