summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-10-20 17:00:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-10-20 17:00:42 +0000
commit3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257 (patch)
treee5fb2f00f78661d02abca82ef0a42483b91d52fd /perl-install/Newt
parent5394f6204249365fd1477baabfe394bbd5c13a40 (diff)
downloaddrakx-backup-do-not-use-3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257.tar
drakx-backup-do-not-use-3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257.tar.gz
drakx-backup-do-not-use-3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257.tar.bz2
drakx-backup-do-not-use-3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257.tar.xz
drakx-backup-do-not-use-3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257.zip
kill warning complaint from gcc aka resync with official newt headers
Diffstat (limited to 'perl-install/Newt')
-rw-r--r--perl-install/Newt/Newt.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Newt/Newt.xs b/perl-install/Newt/Newt.xs
index 46da0b5fd..e4ad81d62 100644
--- a/perl-install/Newt/Newt.xs
+++ b/perl-install/Newt/Newt.xs
@@ -367,7 +367,7 @@ newtEntry(initialValue,width,flag)
int flag;
CODE:
{
- char *result;
+ const char *result;
RETVAL = newtEntry(-1, -1, initialValue,width,&result,flag);
}
OUTPUT: