summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_snapshots.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_snapshots.cc')
-rw-r--r--gtk2_ardour/editor_snapshots.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_snapshots.cc b/gtk2_ardour/editor_snapshots.cc
index 90521cd07d..0a2ea085cd 100644
--- a/gtk2_ardour/editor_snapshots.cc
+++ b/gtk2_ardour/editor_snapshots.cc
@@ -191,7 +191,7 @@ EditorSnapshots::redisplay ()
vector<std::string> state_file_paths;
get_state_files_in_directory (_session->session_directory().root_path(),
- state_file_paths);
+ state_file_paths);
if (state_file_paths.empty()) {
return;