mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup get_ident function
This commit is contained in:
parent
03c6564d2d
commit
61a4ff2a07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue