summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-21 10:42:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-21 10:42:45 +0100
commit2eb8fe0b86bb2e508a18b205cfe9ea97456e9342 (patch)
tree5f5feb8c4bd3968192eb1fc79c286d5bf6010e64
parentf819545c46036cb57b243deba15c11587b319347 (diff)
Typo.
-rw-r--r--src/types.h2
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