Skip to content

Commit

Permalink
nsfont_draw: return 0 on Cocoa (instead of void)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidswelt committed Sep 30, 2013
1 parent 35e0702 commit 7a687bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsfont.m
Expand Up @@ -1295,7 +1295,7 @@ WITH_BACKGROUND is zero when (FROM > 0 || TO < S->nchars). */
}

CGContextRestoreGState (gcontext);
return;
return 0;
}
#endif /* NS_IMPL_COCOA */

Expand Down

0 comments on commit 7a687bf

Please sign in to comment.