aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 6a2b91b..d341df6 100644
--- a/src/client.h
+++ b/src/client.h
@@ -71,7 +71,7 @@ int send_command(enum command cmd, size_t n, const char *restrict msg);
* @param array The string array.
* @return The number of bytes required to store the array.
*/
-size_t measure_array(char *array[])
+size_t measure_array(char *array[]);
/**
* Store a string array.