summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-01-07 04:53:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:37:11 -0500
commit2ed6f2927b10edc51e4ccb3d9796b25079354a80 (patch)
tree14372dc845b1a9c29bb018cb66186053d0e6555e /source4/lib
parentaba4cbe77d75bdc2c7d5b404bd51bea6e79d6e6e (diff)
downloadsamba-2ed6f2927b10edc51e4ccb3d9796b25079354a80.tar.gz
samba-2ed6f2927b10edc51e4ccb3d9796b25079354a80.tar.bz2
samba-2ed6f2927b10edc51e4ccb3d9796b25079354a80.zip
r20594: Match popt.h declaration.
(This used to be commit c12fc86a936392922a7f22a3a6a1766f43db7ff5)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/popt/popt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/popt/popt.c b/source4/lib/popt/popt.c
index f25b9279a4..4f1de65e6f 100644
--- a/source4/lib/popt/popt.c
+++ b/source4/lib/popt/popt.c
@@ -1155,7 +1155,7 @@ const char * poptBadOption(poptContext con, int flags)
/*@=nullderef@*/
}
-const char *const poptStrerror(const int error)
+const char *poptStrerror(const int error)
{
switch (error) {
case POPT_ERROR_NOARG: