ignore midi on monitor-section and force strict-i/o
[ardour.git] / libs / pbd / windows_special_dirs.cc
index d5138050dfdc66d4087a58a494c004f8f86bd871..75ec322353ba6287df2f76155f04f5b99996a003 100644 (file)
@@ -30,7 +30,7 @@ PBD::get_win_special_folder_path (int csidl)
        HRESULT hr;
        LPITEMIDLIST pidl = 0;
        char *utf8_folder_path = 0;
-       
+
        if (S_OK == (hr = SHGetSpecialFolderLocation (0, csidl, &pidl))) {
 
                if (SHGetPathFromIDListW (pidl, path)) {