svn commit: samba r20594 - in branches/SAMBA_4_0/source/lib/popt: .

jpeach at samba.org jpeach at samba.org
Sun Jan 7 04:53:50 GMT 2007


Author: jpeach
Date: 2007-01-07 04:53:49 +0000 (Sun, 07 Jan 2007)
New Revision: 20594

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20594

Log:
Match popt.h declaration.

Modified:
   branches/SAMBA_4_0/source/lib/popt/popt.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/popt.c
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/popt.c	2007-01-07 04:43:50 UTC (rev 20593)
+++ branches/SAMBA_4_0/source/lib/popt/popt.c	2007-01-07 04:53:49 UTC (rev 20594)
@@ -1155,7 +1155,7 @@
     /*@=nullderef@*/
 }
 
-const char *const poptStrerror(const int error)
+const char *poptStrerror(const int error)
 {
     switch (error) {
       case POPT_ERROR_NOARG:



More information about the samba-cvs mailing list