From 6e24995e91ca68244fded5e4ef396a0a61f1b2ae Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 20 Apr 2012 01:06:19 +0100 Subject: Use string literal in titlebar --- title_bar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/title_bar.c b/title_bar.c index 08ac44f5..ee6aa575 100644 --- a/title_bar.c +++ b/title_bar.c @@ -40,8 +40,7 @@ void create_title_bar(void) void title_bar_title(void) { - char *title = "Profanity. Type /help for help information."; - title_bar_show(title); + title_bar_show("Profanity. Type /help for help information."); dirty = TRUE; } -- cgit 1.4.1-2-gfad0