diff options
author | Nebuleon Fumika | 2012-12-20 19:08:18 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-20 19:08:18 -0500 |
commit | cba2a156f833037de0f7aca84ae136f9f4522977 (patch) | |
tree | c8a5a745cb5875bd90e68a3faa7ec9223ded0937 | |
parent | dfab02b9136aad8070c02aaafa5a045faa47f958 (diff) | |
download | snes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.tar.gz snes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.tar.bz2 snes9x2005-cba2a156f833037de0f7aca84ae136f9f4522977.zip |
Somehow the C (language specifier) from a code block made it into the readme.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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");
|