[grilo] core: Fix typo in remove vfunc declaration



commit 4c22ed430d8a94e50bb70199216c13a301689127
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 30 16:45:08 2014 +0200

    core: Fix typo in remove vfunc declaration

 src/grl-source.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-source.h b/src/grl-source.h
index f57ef7f..7bbe971 100644
--- a/src/grl-source.h
+++ b/src/grl-source.h
@@ -456,7 +456,7 @@ struct _GrlSourceClass {
 
   void (*query) (GrlSource *source, GrlSourceQuerySpec *qs);
 
-  void (*remove) (GrlSource *source, GrlSourceRemoveSpec *ss);
+  void (*remove) (GrlSource *source, GrlSourceRemoveSpec *rs);
 
   void (*store) (GrlSource *source, GrlSourceStoreSpec *ss);
 


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