Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Merge glitch.
  • Loading branch information
skyjake committed Sep 19, 2020
1 parent 5e40fa7 commit 3d35b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ int zoom_App(void) {

iBool forceLineWrap_App(void) {
return app_.forceWrap;
iBool forceSoftwareRender_App(void) {
}

iBool forceSoftwareRender_App(void) {
if (app_.forceSoftwareRender) {
return iTrue;
}
Expand Down

0 comments on commit 3d35b03

Please sign in to comment.