Commit de9ddeae56159f6d546e0ec338c4919c6ebaeaad

Authored by perry.werneck@gmail.com
1 parent 38157632

Removendo warning detectado durante a compilação para windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pw3270/uiparser/script.c
@@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
85 } 85 }
86 86
87 info->script_action = info->action; 87 info->script_action = info->action;
88 - g_markup_parse_context_push(context,&parser,info); 88 + g_markup_parse_context_push(context,(GMarkupParser *) &parser,info);
89 89
90 return NULL; 90 return NULL;
91 } 91 }