diff options
Diffstat (limited to 'common/rfb/ServerParams.cxx')
-rw-r--r-- | common/rfb/ServerParams.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/ServerParams.cxx b/common/rfb/ServerParams.cxx index 15749ba5..b7432b8f 100644 --- a/common/rfb/ServerParams.cxx +++ b/common/rfb/ServerParams.cxx @@ -73,7 +73,7 @@ void ServerParams::setPF(const PixelFormat& pf) pf_ = pf; if (pf.bpp != 8 && pf.bpp != 16 && pf.bpp != 32) - throw std::invalid_argument("setPF: not 8, 16 or 32 bpp?"); + throw std::invalid_argument("setPF: Not 8, 16 or 32 bpp?"); } void ServerParams::setName(const char* name) |