s2145: Tweak error message.

This commit is contained in:
Solomon Peachy 2013-07-25 18:19:24 -04:00
parent 883e7ad1da
commit 78ec7ae79e
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static char *error_codes(uint8_t major, uint8_t minor)
}
#endif
default:
return "Unknown Error";
return "Unknown";
}
}