Fix compiler warning
This commit is contained in:
@@ -560,7 +560,7 @@ on_zbar_code_tapped(GtkWidget *widget, const MPZBarCode *code)
|
|||||||
"Found data encoded in a %s.",
|
"Found data encoded in a %s.",
|
||||||
code->type);
|
code->type);
|
||||||
gtk_message_dialog_format_secondary_markup (
|
gtk_message_dialog_format_secondary_markup (
|
||||||
GTK_DIALOG(dialog),
|
GTK_MESSAGE_DIALOG(dialog),
|
||||||
"<small>%s</small>",
|
"<small>%s</small>",
|
||||||
code->data
|
code->data
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user