1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00

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

(This used to be commit f91f5eeac9)
This commit is contained in:
Andrew Tridgell 2005-08-05 19:02:28 +00:00 committed by Gerald (Jerry) Carter
parent 67180c4ccd
commit b99bca5657

View 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, "C pointer" }
{ MPR_TYPE_PTR, "pointer" }
};
int i;
const char *type = NULL;