Warning fixes.
[ruby-evas.git] / src / rb_image.c
index 3cfe2731b331be768e6761d9e1151ce7e3ff685e..f4441411fc904693b6c8089f349b938c872fd2f3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_image.c 382 2006-05-25 09:20:31Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
@@ -56,7 +54,7 @@ static VALUE c_init (VALUE self, VALUE evas)
  */
 static VALUE c_get_file (VALUE self)
 {
-       char *file = NULL, *key = NULL;
+       const char *file = NULL, *key = NULL;
 
        GET_OBJ (self, RbEvasObject, e);