diff -r 6f539dd9921c -r 84c2d38f924c BLIP/BLIPProperties.m --- a/BLIP/BLIPProperties.m Thu May 29 16:40:36 2008 -0700 +++ b/BLIP/BLIPProperties.m Wed Jun 04 17:11:20 2008 -0700 @@ -16,14 +16,13 @@ static const char* kAbbreviations[] = { "Content-Type", "Profile", - "Channel" - "Error-Code" - "Error-Domain", "application/octet-stream", "text/plain; charset=UTF-8", "text/xml", "text/yaml", - "application/x-cloudy-signed+yaml", + "Channel", + "Error-Code", + "Error-Domain", }; #define kNAbbreviations ((sizeof(kAbbreviations)/sizeof(const char*))) // cannot exceed 31!