]> sigrok.org Git - sigrok-gtk.git/commitdiff
sr/cli/gtk: A few more s/instance/inst/.
authorUwe Hermann <redacted>
Fri, 17 Feb 2012 22:55:27 +0000 (23:55 +0100)
committerUwe Hermann <redacted>
Fri, 17 Feb 2012 22:55:27 +0000 (23:55 +0100)
devselect.c

index 945ed8aebcb4a0f33e18c7f776c053ab894b0565..950d94a338991b47b240b46b79ab2f2d46de6cc7 100644 (file)
@@ -66,7 +66,7 @@ static void dev_menuitem_toggled(GtkMenuItem *item, GtkComboBox *combo)
 }
 
 #define GET_DEV_INST(dev) \
-       (dev)->plugin->get_dev_info((dev)->plugin_index, SR_DI_INSTANCE);
+       (dev)->plugin->get_dev_info((dev)->plugin_index, SR_DI_INST);
 
 void dev_select_rescan(GtkAction *action, GtkWindow *parent)
 {