X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_image.c;h=f4441411fc904693b6c8089f349b938c872fd2f3;hb=aab8e36e0b44c2e7d5eccefca386e937f256e885;hp=3cfe2731b331be768e6761d9e1151ce7e3ff685e;hpb=9ee77c744d2cb8d6d215aab112ff2d77eb8464fd;p=ruby-evas.git diff --git a/src/rb_image.c b/src/rb_image.c index 3cfe273..f444141 100644 --- a/src/rb_image.c +++ b/src/rb_image.c @@ -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);