USB: Cleanup uninitialized variable.

Codacy.
This commit is contained in:
lightningterror 2022-06-24 18:01:27 +02:00
parent f42647426b
commit 0233845994
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ namespace usb_eyetoy
}
}
int sel_new;
int sel_new = 0;
g_signal_connect(G_OBJECT(rs_cb), "changed", G_CALLBACK(deviceChanged), (gpointer)&sel_new);
gtk_widget_show_all(dlg);