aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorTomasz Olszak <olszak.tomasz@gmail.com>2013-09-15 22:53:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 10:11:36 +0200
commit5a16b044057258aaa3e8d12cd232003bb252eb5a (patch)
tree2cd0983566afcc678e7b4b1f8f7b6b9edf14d956 /src/3rdparty
parent5c54308cc1c9c1bd79eea482df2082dbcc062f2e (diff)
Removed strange character from MacroAssemblerARM.cpp file.
It caused: error: stray ‘\302’ in program error: stray ‘\304’ in program when cross-compiling for ARM with gcc 4.5 Change-Id: Ibd80a21b436b65b355181b1e304ade22f9ff7404 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/masm/assembler/MacroAssemblerARM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/assembler/MacroAssemblerARM.cpp b/src/3rdparty/masm/assembler/MacroAssemblerARM.cpp
index d40b7c2aea..3ca9c7da80 100644
--- a/src/3rdparty/masm/assembler/MacroAssemblerARM.cpp
+++ b/src/3rdparty/masm/assembler/MacroAssemblerARM.cpp
@@ -36,7 +36,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <elf.h>
-#define HWCAP_VFP· (1 << 6)
+#define HWCAP_VFP (1 << 6)
#endif
namespace JSC {