mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Cleanup get_ident function
This commit is contained in:
parent
03c6564d2d
commit
61a4ff2a07
@ -213,7 +213,7 @@ void *ui_companion_driver_get_main_window(void)
|
||||
const char *ui_companion_driver_get_ident(void)
|
||||
{
|
||||
const ui_companion_driver_t *ui = ui_companion_get_ptr();
|
||||
if (!ui || !ui->ident)
|
||||
if (!ui)
|
||||
return "null";
|
||||
return ui->ident;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user