[frogr] Fixed typo in Mac-only code



commit d5ae9c73e867a65cadbc733b499ff84897a005d1
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sun Nov 4 22:29:44 2012 +0100

    Fixed typo in Mac-only code

 src/frogr-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-util.c b/src/frogr-util.c
index 44b030d..4c15177 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -597,7 +597,7 @@ frogr_util_get_supported_videos (void)
     NULL
   };
 
-  return supported_images;
+  return supported_videos;
 }
 
 #else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]