summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 15:06:06 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:11 -0400
commit4d64aed5d2253e7a5e0eab1c4d0ec158dd2e3ef1 (patch)
tree68753f09f3e4963222a6c954e1307d4423cebee8 /libs/ardour/filesystem_paths.cc
parent42f5cc4784e379016c6bcdb3eca98c47061a4536 (diff)
fix typo in Tracks build
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index ecb75f7f69..3452f10ba6 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -53,7 +53,7 @@ user_config_directory_name (int version = -1)
/* Tracks does not use versioned configuration folders, which may or
may not be problematic in the future.
*/
- const string config_dir_name = X_(PROGRAM_NAME)
+ const string config_dir_name = X_(PROGRAM_NAME);
#else
const string config_dir_name = string_compose ("%1%2", X_(PROGRAM_NAME), version);