diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-21 10:42:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-21 10:42:45 +0100 |
| commit | 2eb8fe0b86bb2e508a18b205cfe9ea97456e9342 (patch) | |
| tree | 5f5feb8c4bd3968192eb1fc79c286d5bf6010e64 /src | |
| parent | f819545c46036cb57b243deba15c11587b319347 (diff) | |
Typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index a309121a..36dcc3fe 100644 --- a/src/types.h +++ b/src/types.h @@ -47,7 +47,7 @@ enum Channel { LC = 8, RC = 9, BSL = 10, - BSR = 111 + BSR = 11 }; enum ContentKind |
