fix typo in Tracks build
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 19:06:06 +0000 (15:06 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:11 +0000 (14:18 -0400)
libs/ardour/filesystem_paths.cc

index ecb75f7f69ede58067809197fb35972cb9442438..3452f10ba6d61dd277f673a9ae85f4a3e9fa82c3 100644 (file)
@@ -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);