]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
*** empty log message ***
authorewt <ewt>
Wed, 21 Aug 1996 15:18:59 +0000 (15:18 +0000)
committerewt <ewt>
Wed, 21 Aug 1996 15:18:59 +0000 (15:18 +0000)
test.c

diff --git a/test.c b/test.c
index ec92e36eb5e4428954c43c0cd387b8f9325e3645..96432e8a5e22fe6b3b5abcd79fba46088c34455f 100644 (file)
--- a/test.c
+++ b/test.c
@@ -18,7 +18,7 @@ void main(void) {
     newtCls();
 
     newtDrawRootText(0, 0, "Newt test program");
-    newtPushHelpLine("Some help text");
+    newtPushHelpLine(NULL);
 
     newtOpenWindow(2, 2, 30, 10, "first window");
     newtOpenWindow(10, 5, 65, 16, "window 2");