Skip to content

Commit 831bd5d

Browse files
committed
missing ;
1 parent 3980204 commit 831bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/jddisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ void JDDisplay::stepPrefix() {
258258
}
259259

260260
void JDDisplay::step() {
261-
stepPrefix()
261+
stepPrefix();
262262

263263
if (displayServiceNum == 0) {
264264
// poke the control service to enumerate

0 commit comments

Comments
 (0)