]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/esmart/compile-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / efl / esmart / compile-fix.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c~compile-fix
7 +++ esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c
8 @@ -30,7 +30,7 @@
9     return _sort_func(o, oo);
10  }
11  
12 -void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *$))
13 +void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *))
14  {
15     Container *cont;
16