mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Trim an overlong line
This commit is contained in:
parent
6c39b10f1d
commit
6695b0e87d
@ -72,8 +72,8 @@ static struct talloc_stackframe *talloc_stackframe_create(void)
|
||||
#undef malloc
|
||||
#endif
|
||||
#endif
|
||||
struct talloc_stackframe *ts =
|
||||
(struct talloc_stackframe *)malloc(sizeof(struct talloc_stackframe));
|
||||
struct talloc_stackframe *ts = (struct talloc_stackframe *)malloc(
|
||||
sizeof(struct talloc_stackframe));
|
||||
#if defined(PARANOID_MALLOC_CHECKER)
|
||||
#define malloc(s) __ERROR_DONT_USE_MALLOC_DIRECTLY
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user