Fix build with gcc 4.8

gcc 4.8 interprets ""m as a C++11 string literal - need to add a
space to make sure it is interpreted the way it should be.

Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
1 file changed