Skip to content

Commit

Permalink
Edited wiki page LibraryUsage through web user interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 15, 2013
1 parent 6e18a17 commit b621fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/LibraryUsage.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void main(void) {

myattr = attr(GREEN, RED, TRUE, FALSE);
// Draw a filled circle centre of screen
cDrawFilledCircle(125, 80, 50, myattr);
cDrawFilledCircle(127, 96, 50, myattr);

// set the border to green
cBorder(GREEN);
Expand Down

0 comments on commit b621fa2

Please sign in to comment.