Skip to content

Commit 83ba76a

Browse files
committed
Minor tweak
1 parent ba4e298 commit 83ba76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/joystick_list_widget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ JoystickListWidget::on_refresh()
137137
(*it)[DeviceListColumns::instance().path] = i->filename;
138138

139139
std::ostringstream out;
140-
out << i->name << "\n"
140+
out << name << "\n"
141141
<< "Device: " << i->filename << "\n"
142142
<< "Axes: " << i->axis_count << "\n"
143143
<< "Buttons: " << i->button_count;

0 commit comments

Comments
 (0)