diff -r 6f539dd9921c -r f723174fbc24 BLIP/BLIPProperties.m --- a/BLIP/BLIPProperties.m Thu May 29 16:40:36 2008 -0700 +++ b/BLIP/BLIPProperties.m Tue Jun 10 16:14: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!