lib: fix C++11 compilation

In C++11 concatenated string literals need to have a space in between.
Found with clang++-3.4, IIRC g++-4.8 also complains about this.

Sample error message:
error: invalid suffix on literal; C++11 requires a space between literal
and identifier [-Wreserved-user-defined-literal]

Signed-off-by: Stefan Puiu <stefan.puiu@gmail.com>
Reviewed-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
Stefan Puiu 2015-02-20 15:23:26 +02:00 committed by Thomas Monjalon
parent 3e12a98fe3
commit 4db87f9739
3 changed files with 8 additions and 8 deletions