Code Cleanup

- Bumped version to 1.8.0.beta1.
- Fixed compiler warning on Ubuntu.
This commit is contained in:
Paul Beckingham
2009-07-05 11:33:02 -04:00
parent 6a55549588
commit 519ee9a7a9
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ Context context;
////////////////////////////////////////////////////////////////////////////////
int main (int argc, char** argv)
{
char* colors[] =
const char* colors[] =
{
"off",
"bold", "underline", "bold_underline",