aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-20 19:08:18 -0500
committerNebuleon Fumika2012-12-20 19:08:18 -0500
commitcba2a156f833037de0f7aca84ae136f9f4522977 (patch)
treec8a5a745cb5875bd90e68a3faa7ec9223ded0937 /README.md
parentdfab02b9136aad8070c02aaafa5a045faa47f958 (diff)
downloadsnes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.tar.gz
snes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.tar.bz2
snes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.zip
Somehow the C (language specifier) from a code block made it into the readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94fb949..c214582 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ need to do the following:
before the `}`. Change the language name and tags, and update the `cmplen`
to be the length of the `START` tag. For the example of German, you would
use `cmplen= 11;`, because that's the length of `STARTGERMAN`:
- ```C
+ ```
case GERMAN:
strcpy(start, "STARTGERMAN");
strcpy(end, "ENDGERMAN");