diff options
author | yenatch <yenatch@gmail.com> | 2016-09-09 01:16:58 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-09-09 01:16:58 -0400 |
commit | 5080b9083c70d12528015678940af9b3c61a7faa (patch) | |
tree | e6467e8f7cec95b8ca5e10f0ae2c0d0bea7ae67d /src/text.c | |
parent | 8de743b6acbb32dcd2b5d52e82530831b91f4b59 (diff) | |
parent | 06bed8be90c865057378482f2b179749b082619c (diff) |
Merge remote-tracking branch 'origin/master' into more-map-splits
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c index 372d3e7e2..64a302fed 100644 --- a/src/text.c +++ b/src/text.c @@ -2523,7 +2523,7 @@ u8 sub_80037A0(struct Window *win) return retVal; } -u8 sub_80037C8(struct Window *win, u8 lineLength) +u32 sub_80037C8(struct Window *win, u8 lineLength) { u8 retVal; |