diff options
Diffstat (limited to 'src/math/arg.h')
| -rw-r--r-- | src/math/arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/arg.h b/src/math/arg.h index a7859dd..c0f2f6f 100644 --- a/src/math/arg.h +++ b/src/math/arg.h @@ -14,7 +14,7 @@ * @brief * @return */ -arg_t *arg_new(); +arg_t *arg_new(void); /** * @brief |
