summaryrefslogtreecommitdiff
path: root/src/boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boxes.h')
-rw-r--r--src/boxes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxes.h b/src/boxes.h
index 22d51f74..f89fb09e 100644
--- a/src/boxes.h
+++ b/src/boxes.h
@@ -50,7 +50,7 @@ typedef enum
/* Output functions -- note that the output buffer had better be big enough:
* region_to_string: 1 + (26+strlen(separator_string))*g_list_length (region)
- * rect_to_string: 24
+ * rect_to_string: 1 + 24
*/
char* meta_rectangle_to_string (const MetaRectangle *rect,
char *output);