summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequence/sequence_append.c')
-rw-r--r--src/sequence/sequence_append.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sequence/sequence_append.c b/src/sequence/sequence_append.c
index 81dfa99..d69db51 100644
--- a/src/sequence/sequence_append.c
+++ b/src/sequence/sequence_append.c
@@ -75,8 +75,8 @@ static int increment_required_capacity
ZoO_S_ERROR
(
io,
- "Sequence capacity increment aborted, as the new size would not fit"
- " in a size_t variable."
+ "Sequence capacity increment aborted, as the new size would not fit "
+ "in a size_t variable."
);
#endif