NO-OP no double semi-colons

This commit is contained in:
Paul Davis
2025-08-12 21:43:40 -06:00
parent 66765a137e
commit a7621896c2

View File

@@ -1340,7 +1340,7 @@ Editor::automation_create_point_at_edit_point ()
return;
}
timepos_t where (get_preferred_edit_position());;
timepos_t where (get_preferred_edit_position());
GdkEvent event;
event.type = GDK_KEY_PRESS;