summaryrefslogtreecommitdiff
path: root/extensions.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-08-13 15:20:36 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-08-13 15:20:36 -0700
commit8287286a3b49120b16dfd9a327d592b416daa295 (patch)
tree484970e291a18a10f9f9e6b01fe1cc5fa9502d79 /extensions.c
parent20ae2b2fb439643cf75dc134a84ce21753c5ce70 (diff)
downloadxscope-8287286a3b49120b16dfd9a327d592b416daa295.tar.gz
Fix typo in MIT-SHM name that caused it not to be decoded
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'extensions.c')
-rw-r--r--extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions.c b/extensions.c
index b374b67..61c4da6 100644
--- a/extensions.c
+++ b/extensions.c
@@ -44,7 +44,7 @@ struct extension_decoders {
static const struct extension_decoders decodable_extensions[] = {
{ "BIG-REQUESTS", InitializeBIGREQ },
{ "LBX", InitializeLBX },
- { "MITSHM", InitializeMITSHM },
+ { "MIT-SHM", InitializeMITSHM },
{ "NCD-WinCenterPro", InitializeWCP },
{ "RANDR", InitializeRANDR },
{ "RENDER", InitializeRENDER },