| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-02-13 18:02:32 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-02-13 18:02:32 +0100 |
| commit | f25fa7b132ef08431455075dadcf1823a5796dba (patch) | |
| tree | 2ee12d2745eff192d23f1dd29de43ab83ed0c26a /src/knowledge/knowledge_learn_markov_sequence.c | |
| parent | 7af295b2ec22f06b24079bf895ac97079f64b6d7 (diff) | |
Seems to work reasonably well.code-improvements
Diffstat (limited to 'src/knowledge/knowledge_learn_markov_sequence.c')
| -rw-r--r-- | src/knowledge/knowledge_learn_markov_sequence.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/knowledge/knowledge_learn_markov_sequence.c b/src/knowledge/knowledge_learn_markov_sequence.c index 54357c0..ce38b06 100644 --- a/src/knowledge/knowledge_learn_markov_sequence.c +++ b/src/knowledge/knowledge_learn_markov_sequence.c @@ -50,7 +50,7 @@ static int reallocate_sequences_list ZoO_S_ERROR ( io, - "Unable to store the size of the sequences list, as it would overflow" + "Unable to store the size of the sequences list, as it would overflow " "size_t variables." ); @@ -93,8 +93,8 @@ static int reallocate_sequences_sorted_list ZoO_S_ERROR ( io, - "Unable to store the size of the sorted sequences list, as it would" - " overflow size_t variables." + "Unable to store the size of the sorted sequences list, as it would " + "overflow size_t variables." ); return -1; @@ -112,8 +112,8 @@ static int reallocate_sequences_sorted_list ZoO_S_ERROR ( io, - "Unable to allocate the memory required for the new sorted sequences" - " list." + "Unable to allocate the memory required for the new sorted sequences " + "list." ); return -1; |


