aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-03-02 22:43:28 +0100
committerThomas White <taw@bitwiz.org.uk>2017-03-02 22:46:39 +0100
commitdad708df8d99f8f81f929818d9cbab9dc575ddae (patch)
tree39470770a59d2c15e6c738c7cc9acf6cb50a6b3c /src/sc_parse.c
parentd0f4ba727d43aea6a4dfd091de03ad3c0e827083 (diff)
Add a comment
Diffstat (limited to 'src/sc_parse.c')
-rw-r--r--src/sc_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_parse.c b/src/sc_parse.c
index a497334..56ebcaf 100644
--- a/src/sc_parse.c
+++ b/src/sc_parse.c
@@ -86,6 +86,7 @@ const char *sc_block_contents(const SCBlock *bl)
}
+/* Append "bln" after "bl" */
void sc_block_append_p(SCBlock *bl, SCBlock *bln)
{
if ( bl != NULL ) {