mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Move more chars.
This commit is contained in:
parent
ee38b88188
commit
36f2152e61
@ -107,7 +107,7 @@
|
||||
/* u3t_event_trace(): record a lifecycle event.
|
||||
*/
|
||||
void
|
||||
u3t_event_trace(const char* name, char type);
|
||||
u3t_event_trace(const c3_c* name, c3_c type);
|
||||
|
||||
/* u3t_damp(): print and clear profile data.
|
||||
*/
|
||||
|
@ -470,7 +470,7 @@ u3t_nock_trace_pop()
|
||||
/* u3t_event_trace(): dumps a simple event from outside nock.
|
||||
*/
|
||||
void
|
||||
u3t_event_trace(const char* name, char type)
|
||||
u3t_event_trace(const c3_c* name, c3_c type)
|
||||
{
|
||||
if (!trace_file_u)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user