Skip to content

Commit 36e1719

Browse files
fix return type for fontlib_Newline
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent e22e6cc commit 36e1719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fontlibc/fontlibc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ void fontlib_ClearWindow(void);
716716
* @return Returns true if the text window is full. This only happens if
717717
* scrolling is disabled.
718718
*/
719-
void fontlib_Newline(void);
719+
bool fontlib_Newline(void);
720720

721721
/**
722722
* Sets options for controlling newline behavior

0 commit comments

Comments
 (0)