svn commit: samba r9132 - in branches/SAMBA_4_0/source/scripting/ejs: .

tridge at samba.org tridge at samba.org
Fri Aug 5 19:02:29 GMT 2005


Author: tridge
Date: 2005-08-05 19:02:28 +0000 (Fri, 05 Aug 2005)
New Revision: 9132

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

Log:
'pointer' is better for typedef than 'C pointer'

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-08-05 19:02:01 UTC (rev 9131)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-08-05 19:02:28 UTC (rev 9132)
@@ -45,7 +45,7 @@
 		{ MPR_TYPE_FUNCTION,         "function" },
 		{ MPR_TYPE_STRING,           "string" },
 		{ MPR_TYPE_STRING_CFUNCTION, "function" },
-		{ MPR_TYPE_PTR,              "C pointer" }
+		{ MPR_TYPE_PTR,              "pointer" }
 	};
 	int i;
 	const char *type = NULL;



More information about the samba-cvs mailing list