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

jpeach at samba.org jpeach at samba.org
Sun Jan 7 04:43:51 GMT 2007


Author: jpeach
Date: 2007-01-07 04:43:50 +0000 (Sun, 07 Jan 2007)
New Revision: 20593

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

Log:
Kill annoying warning.

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/popt.h
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/popt.h	2007-01-07 04:43:04 UTC (rev 20592)
+++ branches/SAMBA_4_0/source/lib/popt/popt.h	2007-01-07 04:43:50 UTC (rev 20593)
@@ -440,7 +440,7 @@
  * @return		error string
  */
 /*@-redecl@*/
-/*@observer@*/ const char *const poptStrerror(const int error)
+/*@observer@*/ const char *poptStrerror(const int error)
 	/*@*/;
 /*@=redecl@*/
 



More information about the samba-cvs mailing list