Skip to content

Commit

Permalink
fix return type for fontlib_Newline
Browse files Browse the repository at this point in the history
Signed-off-by: mateoconlechuga <[email protected]>
  • Loading branch information
mateoconlechuga committed Dec 7, 2022
1 parent e22e6cc commit 36e1719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontlibc/fontlibc.h
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void fontlib_ClearWindow(void);
* @return Returns true if the text window is full. This only happens if
* scrolling is disabled.
*/
void fontlib_Newline(void);
bool fontlib_Newline(void);

/**
* Sets options for controlling newline behavior
Expand Down

0 comments on commit 36e1719

Please sign in to comment.