summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac/libflac/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libflac/libflac/cpu.c')
-rw-r--r--src/lib/libflac/libflac/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libflac/libflac/cpu.c b/src/lib/libflac/libflac/cpu.c
index 73b51f58eae..60b73bff143 100644
--- a/src/lib/libflac/libflac/cpu.c
+++ b/src/lib/libflac/libflac/cpu.c
@@ -211,8 +211,8 @@ void FLAC__cpu_info(FLAC__CPUInfo *info)
#endif
/*
- * now have to check for OS support of SSE/SSE2
- */
+ * now have to check for OS support of SSE/SSE2
+ */
if(info->data.ia32.fxsr || info->data.ia32.sse || info->data.ia32.sse2) {
#if defined FLAC__NO_SSE_OS
/* assume user knows better than us; turn it off */