intercept: Fix compiler warnings

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-11-14 01:32:04 +00:00
parent b3a562f4f9
commit f8d12b9800
+1 -1
View File
@@ -230,7 +230,7 @@ char *lsi_search_steam(const char *name)
}
if (lsi_override_replace_with_host(name, &replace, NULL)) {
return replace;
return (char *)replace;
}
return (char *)name;