Skip to content

Commit

Permalink
fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Oct 5, 2018
1 parent 7981a27 commit 0923f40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platforms/Mac OS/vm/Developer/sqMacMinimal.c
Expand Up @@ -307,8 +307,7 @@ void SetUpPixmap(void) {
SetColorEntry(16, 2048, 2048, 2048); /* 1/32 gray */
SetColorEntry(17, 4096, 4096, 4096); /* 2/32 gray */
SetColorEntry(18, 6144, 6144, 6144); /* 3/32 gray */
SetColorEntry(19,
0, 10240, 10240); /* 5/32 gray */
SetColorEntry(19, 0, 10240, 10240); /* 5/32 gray */
SetColorEntry(20, 12288, 12288, 12288); /* 6/32 gray */
SetColorEntry(21, 14336, 14336, 14336); /* 7/32 gray */
SetColorEntry(22, 18432, 18432, 18432); /* 9/32 gray */
Expand Down

0 comments on commit 0923f40

Please sign in to comment.