sna: Correct typo s/\j/\n/
When is a newline, not a newline? When it is ajar. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a40dd0ed6d
commit
491f4fab21
|
|
@ -2964,7 +2964,7 @@ static bool sna_probe_initial_configuration(struct sna *sna)
|
|||
|
||||
for (j = 0; j < ARRAY_SIZE(user_overrides); j++) {
|
||||
if (xf86GetOptValString(output->options, user_overrides[j])) {
|
||||
DBG(("%s: user placement [%d] for %s\j",
|
||||
DBG(("%s: user placement [%d] for %s\n",
|
||||
__FUNCTION__,
|
||||
user_overrides[j],
|
||||
output->name));
|
||||
|
|
|
|||
Loading…
Reference in New Issue