summaryrefslogtreecommitdiffstats
path: root/sail/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/array.h')
-rw-r--r--sail/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sail/array.h b/sail/array.h
index 2a564244..11854ec2 100644
--- a/sail/array.h
+++ b/sail/array.h
@@ -126,7 +126,7 @@ array_add(struct array *a, void *val, unsigned *index_ret)
* in array.c.
*
* Example usage in e.g. item.h of some game:
- *
+ *
* DECLARRAY_BYTYPE(stringarray, char);
* DECLARRAY(potion);
* DECLARRAY(sword);