aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-ncurses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-ncurses.cpp')
-rw-r--r--src/interface-ncurses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-ncurses.cpp b/src/interface-ncurses.cpp
index e078005..639c594 100644
--- a/src/interface-ncurses.cpp
+++ b/src/interface-ncurses.cpp
@@ -257,7 +257,7 @@ InterfaceNCurses::popup_add(PopupEntryType type __attribute__((unused)),
if (isendwin()) /* batch mode */
return;
- entry = g_strconcat(highlight ? "*" : " ", name, NULL);
+ entry = g_strconcat(highlight ? "*" : " ", name, NIL);
popup.longest = MAX(popup.longest, (gint)strlen(name));
popup.length++;