diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-12 19:49:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 19:49:55 -0400 |
commit | ade49de329fc5e936e9ea6ddcd1c6f8ec8fa62b8 (patch) | |
tree | 9fb5636bf236ee8847c545c751539c892de3f1dd /src/mauville_old_man.c | |
parent | f6efbe38bfd7365ffdace6e82f5160563473efd7 (diff) | |
parent | b3c4cd8a3297c918608450e5ba1fdd37ca0ce867 (diff) |
Merge branch 'master' into doc-pblock
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index bbf0f8972..af68c6116 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -220,7 +220,7 @@ static void PrepareSongText(void) if (lineNum == 0) { *(wordEnd++) = EXT_CTRL_CODE_BEGIN; - *(wordEnd++) = 15; + *(wordEnd++) = EXT_CTRL_CODE_FILL_WINDOW; } } } |