summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_disk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc
index 81db2dd0a..5ae5cfb92 100644
--- a/src/tools/dcpomatic_disk.cc
+++ b/src/tools/dcpomatic_disk.cc
@@ -320,7 +320,7 @@ private:
int j = 0;
_drives = Drive::get ();
for (auto i: _drives) {
- auto const s = std_to_wx(i.description();
+ auto const s = std_to_wx(i.description());
if (s == current) {
re_select = j;
}