mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
intercept: Fix compiler warnings
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user