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:
parent
67180c4ccd
commit
b99bca5657
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user