gst_plugins_base/gst/app/gstapp.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst/app/gstapp.c	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst/app/gstapp.c	Wed Sep 01 12:16:41 2010 +0100
@@ -44,7 +44,7 @@
 #ifdef __SYMBIAN32__
 EXPORT_C GstPluginDesc* _GST_PLUGIN_DESC()
 {
-    return &gst_plugin_desc;
+	return &gst_plugin_desc;
 }
 
 #endif