r9132: 'pointer' is better for typedef than 'C pointer'
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Aug 2005 19:02:28 +0000 (19:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:20 +0000 (13:31 -0500)
(This used to be commit f91f5eeac9a8b62928233c3925c8ad1b99b32b4e)

source4/scripting/ejs/smbcalls.c

index 4b03e2f4047690d18b2fcaba3823c1cdbbf67c41..cc4a3d703ab6d5ed96982a5b518407dafeb626c7 100644 (file)
@@ -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,              "pointer" }
+               { MPR_TYPE_PTR,              "pointer" }
        };
        int i;
        const char *type = NULL;