summaryrefslogtreecommitdiff
path: root/src/KM_fileio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_fileio.cpp')
-rw-r--r--src/KM_fileio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp
index 231f3b8..c2cef53 100644
--- a/src/KM_fileio.cpp
+++ b/src/KM_fileio.cpp
@@ -666,7 +666,7 @@ Kumu::GetExecutablePath(const std::string& default_path)
// This fails if the CWD changes after the program has started but before the
// call to GetExecutablePath(). For least surprise, call GetExecutablePath()
// immediately in main() and save the value for later use.
- const, char* p = getenv("_");
+ const char* p = getenv("_");
if ( p )
{
return Kumu::PathMakeAbsolute(p);