[grilo] Fix grilo.h header



commit 1dfe5eac8b040457e72973bb51aec7b14a659c0e
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Apr 9 10:58:21 2010 +0200

    Fix grilo.h header
    
    Wrong definition.

 src/grilo.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/grilo.h b/src/grilo.h
index 328f58c..13124d3 100644
--- a/src/grilo.h
+++ b/src/grilo.h
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef _GRL_MEDIA_STORE_H_
-#define _GRL_MEDIA_STORE_H_
+#ifndef _GRILO_H_
+#define _GRILO_H_
 
 #ifdef HAVE_CONFIG_H
 # ifndef PACKAGE
@@ -44,4 +44,4 @@
 #include <grl-media-box.h>
 #include <grl-config.h>
 
-#endif /* _GRL_MEDIA_STORE_H_ */
+#endif /* _GRILO_H_ */



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