Minor fix.

This commit is contained in:
Andreas Huggel
2010-12-10 12:44:38 +00:00
parent 6761a8266c
commit 8d92f3c43e
+1 -1
View File
@@ -206,7 +206,7 @@ void Params::cleanup()
void Params::version(std::ostream& os) const
{
bool b64 = sizeof(void*)==8;
char* sBuild = b64 ? " (64 bit build)" : " (32 bit build)" ;
const char* sBuild = b64 ? " (64 bit build)" : " (32 bit build)" ;
os << EXV_PACKAGE_STRING << sBuild << "\n"
<< _("Copyright (C) 2004-2010 Andreas Huggel.\n")
<< "\n"