]> git.sesse.net Git - vlc/blobdiff - src/misc/cpu.c
Replace a not space blank character
[vlc] / src / misc / cpu.c
index b09debb2fdbe4f1764d5379e5ee485ad03668a56..1b2014d254748b6ed3b13e8b21f3830949006125 100644 (file)
@@ -313,7 +313,7 @@ const struct
     { CPU_CAPABILITY_SSE,     "sse" },
 #endif
 #if defined (__ppc__) || defined (__ppc64__) || defined (__powerpc__)
-    { CPU_CAPABILITY_ALTIVEC, "altivec" },
+    { CPU_CAPABILITY_ALTIVEC, "altivec" },
 #endif
 #if defined (__arm__)
     { CPU_CAPABILITY_NEON,    "arm_neon" },