From 5f170aeb405f44ce67bf8827494c2a933b3e3241 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 May 2007 00:24:21 +0100 Subject: Convert comments (and the occasional string where it doesn't matter) to UTF-8. --- src/post/goom/mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/goom/mmx.c') diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c index e2f25b47d..3c9d0ee4a 100644 --- a/src/post/goom/mmx.c +++ b/src/post/goom/mmx.c @@ -109,7 +109,7 @@ void zoom_filter_mmx (int prevX, int prevY, "pmullw %%mm4, %%mm1 \n\t" "pmullw %%mm5, %%mm2 \n\t" - /* ajout des valeurs obtenues à la valeur finale */ + /* ajout des valeurs obtenues à la valeur finale */ "paddw %%mm1, %%mm0 \n\t" "paddw %%mm2, %%mm0 \n\t" -- cgit v1.2.3