mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
Fixed typo in nvctrl
This commit is contained in:
parent
85291d25ef
commit
0d53d7d39d
@ -23,7 +23,8 @@ bool checkXNVCtrl()
|
||||
printf("MANGOHUD: XNVCtrl failed to load");
|
||||
}
|
||||
if (!nvctrlSuccess)
|
||||
printf("MANGOHUD: XNVCtrl didn't find the correct display")
|
||||
printf("MANGOHUD: XNVCtrl didn't find the correct display");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user