aboutsummaryrefslogtreecommitdiff
path: root/robot/errcatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/errcatch.h')
-rw-r--r--robot/errcatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/errcatch.h b/robot/errcatch.h
index 5afe5b3..2297886 100644
--- a/robot/errcatch.h
+++ b/robot/errcatch.h
@@ -27,7 +27,7 @@ extern uint8_t g_w2_error_offset;
void w2_errcatch_main();
/** handle error */
-void w2_errcatch_handle_error(w2_s_error* error);
+void w2_errcatch_handle_error(w2_s_error *error);
/** append error to error buffer */
void w2_errcatch_throw(enum w2_e_errorcodes code);