aboutsummaryrefslogtreecommitdiff
path: root/src/devices/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/device.cpp')
-rw-r--r--src/devices/device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/device.cpp b/src/devices/device.cpp
index 00ec5e6..6ff3a22 100644
--- a/src/devices/device.cpp
+++ b/src/devices/device.cpp
@@ -289,6 +289,7 @@ void show_report_devices(void)
report.begin_cell();
report.add(all_devices[i]->human_name());
}
+
}