Commit d4f7bd2655a8f2e98f4494a0fbba661073b787af
1 parent
3d43a066
Exists in
master
and in
1 other branch
Still trying.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/trace/trace.c
... | ... | @@ -438,7 +438,7 @@ |
438 | 438 | // Set header |
439 | 439 | GtkTextBuffer * buffer = v3270_trace_get_text_buffer(GTK_WIDGET(widget)); |
440 | 440 | |
441 | - const gchar * text[] = { | |
441 | + const char * text[] = { | |
442 | 442 | G_STRINGIFY(PRODUCT_NAME), |
443 | 443 | " Revisions ", |
444 | 444 | lib3270_get_build_rpq_timestamp(), | ... | ... |