Skip to content

Commit

Permalink
cli: fix typo in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Aug 17, 2017
1 parent b13bf84 commit 8157356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void usage()
"\n"
"cs[n]\n"
" base circle size override\n"
" dedault: map's base circle size\n"
" default: map's base circle size\n"
" example: CS6.5\n"
"\n"
"-st[n]\n"
Expand Down
2 changes: 1 addition & 1 deletion oppai.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#define OPPAI_VERSION_MAJOR 1
#define OPPAI_VERSION_MINOR 0
#define OPPAI_VERSION_PATCH 5
#define OPPAI_VERSION_PATCH 6

/* if your compiler doesn't have stdint, define this */
#ifdef OPPAI_NOSTDINT
Expand Down

0 comments on commit 8157356

Please sign in to comment.