summaryrefslogtreecommitdiff
path: root/FreeFileSync/Source/ffs_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync/Source/ffs_paths.h')
-rw-r--r--FreeFileSync/Source/ffs_paths.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/FreeFileSync/Source/ffs_paths.h b/FreeFileSync/Source/ffs_paths.h
index c2d63252..6cf122f1 100644
--- a/FreeFileSync/Source/ffs_paths.h
+++ b/FreeFileSync/Source/ffs_paths.h
@@ -22,7 +22,8 @@ Zstring getConfigDirPath();
Zstring getInstallDirPath();
-Zstring getFreeFileSyncLauncherPath(); //full path to application launcher C:\...\FreeFileSync.exe
+Zstring getFreeFileSyncLauncherPath(); //throw FileError
+//full path to application launcher C:\...\FreeFileSync.exe
}
#endif //FFS_PATHS_H_842759083425342534253
bgstack15