[grilo-plugins] lua-factory: Remove unneeded temporary name for struct



commit ca486211e03fd280136d846d2b75cb7ff4fea46b
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 18 21:13:50 2014 +0200

    lua-factory: Remove unneeded temporary name for struct
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728525

 src/lua-factory/grl-lua-library.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lua-factory/grl-lua-library.c b/src/lua-factory/grl-lua-library.c
index b9eac7c..85fd22e 100644
--- a/src/lua-factory/grl-lua-library.c
+++ b/src/lua-factory/grl-lua-library.c
@@ -32,7 +32,7 @@
 #define GRL_LOG_DOMAIN_DEFAULT lua_library_log_domain
 GRL_LOG_DOMAIN_STATIC (lua_library_log_domain);
 
-typedef struct _FetchOperation {
+typedef struct {
   lua_State *L;
   guint operation_id;
   gchar *lua_cb;


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