[vlc-devel] commit: Replace a not space blank character ( Rafaël Carré )
git version control
git at videolan.org
Sun Jan 17 11:31:46 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Jan 17 11:31:04 2010 +0100| [8b0a6c4fad6f6467a92863f582e069fd6382f51c] | committer: Rafaël Carré
Replace a not space blank character
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b0a6c4fad6f6467a92863f582e069fd6382f51c
---
src/misc/cpu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/cpu.c b/src/misc/cpu.c
index b09debb..1b2014d 100644
--- a/src/misc/cpu.c
+++ b/src/misc/cpu.c
@@ -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" },
More information about the vlc-devel
mailing list