mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r9132: 'pointer' is better for typedef than 'C pointer'
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5f9e00fb7f
commit
f91f5eeac9
@ -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;
|
||||
|
Reference in New Issue
Block a user