blob: 1c2ed9d002a756b8a0534a9b8ed784ad86728270 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./report.c.orig 2010-04-09 00:36:30.000000000 +0200
+++ ./report.c 2010-04-11 19:05:39.000000000 +0200
@@ -741,7 +741,7 @@
static void copy_static_code(u8* out_dir) {
struct dirent** d;
ca_out_dir = out_dir;
- scandir(ASSETS_DIR, &d, copy_asset, NULL);
+ scandir(ASSETS_DIR, &d, (int(*)())copy_asset, NULL);
}
|