minor cosmetic fix

This commit is contained in:
F. Duncanh
2022-12-12 17:47:15 -05:00
parent 61d7426861
commit 1f8b11033d

View File

@@ -322,7 +322,7 @@ gboolean gstreamer_pipeline_bus_callback(GstBus *bus, GstMessage *message, gpoin
case GST_NAVIGATION_EVENT_KEY_RELEASE:
if (gst_navigation_event_parse_key_event (event, &key)) {
if (strcmp (key, "Alt_L") == 0) {
alt_keypress = false;;
alt_keypress = false;
}
}
default: