| commit | 4fd4b3d667c47599e187ee9b6d452392d4cc1ac4 | [log] [tgz] |
|---|---|---|
| author | Wayne Davison <wayned@samba.org> | Sun Feb 20 17:21:13 2005 +0000 |
| committer | Wayne Davison <wayned@samba.org> | Sun Feb 20 17:21:13 2005 +0000 |
| tree | f86053c941ef8c09631f3bc98e63fb1b375fd97f | |
| parent | 1526b8b17d70a0dff1acef00997b37ca1135abff [diff] [blame] |
Dropped a useless "const" from the definition of poptStrerror.
diff --git a/popt/popt.c b/popt/popt.c index c389b2e..9e00769 100644 --- a/popt/popt.c +++ b/popt/popt.c
@@ -1128,7 +1128,7 @@ /*@=nullderef@*/ } -const char *const poptStrerror(const int error) +const char * poptStrerror(const int error) { switch (error) { case POPT_ERROR_NOARG: