diff options
Diffstat (limited to 'src/tools/fileutils.c')
| -rwxr-xr-x | src/tools/fileutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/fileutils.c b/src/tools/fileutils.c index 6a964553..870bbd1b 100755 --- a/src/tools/fileutils.c +++ b/src/tools/fileutils.c @@ -77,7 +77,7 @@ int FileIsX64ELF(const char* filename) return 0; } -#if defined(RPI) || defined(RK3399) +#if defined(RPI) || defined(RK3399) || defined(RK3326) void sanitize_mojosetup_gtk_background() { // get GTK2_RC_FILES folder |