Skip to content

Commit

Permalink
nkis should not be #
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaycher committed Feb 26, 2016
1 parent f826d90 commit 76a11f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static FORTUNES_NKI_CONTENTS: &'static str = include_str!("fortunes.nki");

static DEFAULT_LOG_TOML: &'static str = include_str!("rfk_log.toml");

static ASCII_LOWERCASE_MAP: &'static [u8] = &[b' ', b'!', b'"', b'#', b'$', b'%', b'&', b'\'',
static ASCII_LOWERCASE_MAP: &'static [u8] = &[b' ', b'!', b'"', b'$', b'%', b'&', b'\'',
b'(', b')', b'*', b'+', b',', b'-', b'.', b'/',
b'0', b'1', b'2', b'3', b'4', b'5', b'6', b'7',
b'8', b'9', b':', b';', b'<', b'=', b'>', b'?',
Expand Down

0 comments on commit 76a11f8

Please sign in to comment.