accelerant/radeon_hd: Add missing newline to error message

Change-Id: Ic145f75ae8a05f901e6202fbb552260f7f74efe0
This commit is contained in:
Alexander von Gluck IV 2022-07-09 08:41:41 -05:00
parent 65462c8c81
commit 62298adc03
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ detect_displays()
// TODO: In the future we might want to accept this condition.. however // TODO: In the future we might want to accept this condition.. however
// without monitor hot plugging, we're most likely going to fail to bring // without monitor hot plugging, we're most likely going to fail to bring
// up a display here. // up a display here.
ERROR("%s: ERROR: 0 attached monitors were found on display connectors.", ERROR("%s: ERROR: 0 attached monitors were found on display connectors.\n",
__func__); __func__);
return B_ERROR; return B_ERROR;
} }