summaryrefslogtreecommitdiff
path: root/src/mauville_old_man.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-12 19:49:55 -0400
committerGitHub <noreply@github.com>2020-08-12 19:49:55 -0400
commitade49de329fc5e936e9ea6ddcd1c6f8ec8fa62b8 (patch)
tree9fb5636bf236ee8847c545c751539c892de3f1dd /src/mauville_old_man.c
parentf6efbe38bfd7365ffdace6e82f5160563473efd7 (diff)
parentb3c4cd8a3297c918608450e5ba1fdd37ca0ce867 (diff)
Merge branch 'master' into doc-pblock
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r--src/mauville_old_man.c2
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;
}
}
}