Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan Jowett committed Apr 29, 2021
1 parent 71ebd6d commit 1bd3e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/inc/ubpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bool toggle_bounds_check(struct ubpf_vm *vm, bool enable);
*
* fprintf is the default function to be invoked on division by zero.
*/
void set_error_print(struct ubpf_vm *vm, int (*error_printf)(FILE* stream, const char* format, ...))
void set_error_print(struct ubpf_vm *vm, int (*error_printf)(FILE* stream, const char* format, ...));

/*
* Register an external function
Expand Down

0 comments on commit 1bd3e43

Please sign in to comment.