From bf7116520bc723980edb1120eaa66455a4c66ca5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 May 2012 05:11:04 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4410 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/util.hpp') diff --git a/src/server/util.hpp b/src/server/util.hpp index 372ae084..249b7a1e 100644 --- a/src/server/util.hpp +++ b/src/server/util.hpp @@ -70,7 +70,7 @@ set_denormal_flags() } } else { Raul::warn << "This code has been built with SSE support, but your processor does" - << " not support the SSE instruction set, exiting." << std::endl; + << " not support the SSE instruction set, exiting." << std::endl; exit(EXIT_FAILURE); } #endif -- cgit v1.2.1