summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-13 18:02:32 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-13 18:02:32 +0100
commitf25fa7b132ef08431455075dadcf1823a5796dba (patch)
tree2ee12d2745eff192d23f1dd29de43ab83ed0c26a /src/sequence/sequence_to_string.c
parent7af295b2ec22f06b24079bf895ac97079f64b6d7 (diff)
Seems to work reasonably well.code-improvements
Diffstat (limited to 'src/sequence/sequence_to_string.c')
-rw-r--r--src/sequence/sequence_to_string.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sequence/sequence_to_string.c b/src/sequence/sequence_to_string.c
index 919ef0b..8666204 100644
--- a/src/sequence/sequence_to_string.c
+++ b/src/sequence/sequence_to_string.c
@@ -69,8 +69,8 @@ static int increment_required_capacity
ZoO_S_ERROR
(
io,
- "String capacity increment aborted, as the new capacity would not"
- " fit in a ZoO_index variable."
+ "String capacity increment aborted, as the new capacity would not "
+ "fit in a ZoO_index variable."
);
return -1;
@@ -85,8 +85,8 @@ static int increment_required_capacity
ZoO_S_ERROR
(
io,
- "String capacity increment aborted, as the new size would not fit"
- " in a size_t variable."
+ "String capacity increment aborted, as the new size would not fit "
+ "in a size_t variable."
);
return -2;