From b99bca56570c0b146128bc243d770bb354ae0cd5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Aug 2005 19:02:28 +0000 Subject: r9132: 'pointer' is better for typedef than 'C pointer' (This used to be commit f91f5eeac9a8b62928233c3925c8ad1b99b32b4e) --- source4/scripting/ejs/smbcalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/ejs/smbcalls.c') diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c index 4b03e2f404..cc4a3d703a 100644 --- a/source4/scripting/ejs/smbcalls.c +++ b/source4/scripting/ejs/smbcalls.c @@ -45,7 +45,7 @@ static int ejs_typeof(MprVarHandle eid, int argc, struct MprVar **argv) { 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; -- cgit