Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a comment.
  • Loading branch information
icculus committed Feb 2, 2009
1 parent dbc3c53 commit 4820135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_opengl.c
Expand Up @@ -236,7 +236,7 @@ static inline int macosx_version_atleast(int x, int y, int z)
major = (((major / 16) * 10) + (major % 16));
minor = ((ver & 0xF0) >> 4);
patch = (ver & 0xF);
} /* if */
} // if

combined = (major << 16) | (minor << 8) | patch;
checked = 1;
Expand Down

0 comments on commit 4820135

Please sign in to comment.