From 0c73a7fb80e0fc59f1fbde07053bd55fe03dd3cc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Apr 2015 23:07:43 -0400 Subject: Fixed Unix backend build errors. Impressively, IT STILL WORKS! Now to fix the warnings... --- new/unix/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/unix/label.c') diff --git a/new/unix/label.c b/new/unix/label.c index caf7d55..1a7aa28 100644 --- a/new/unix/label.c +++ b/new/unix/label.c @@ -25,7 +25,7 @@ static void setText(uiLabel *l, const char *text) gtk_label_set_text(LABEL(l), text); } -uiControl *uiNewLabel(const char *text) +uiLabel *uiNewLabel(const char *text) { struct label *l; GtkWidget *widget; -- cgit v1.2.3