From 491f4fab21df97af1dae92eaf30e76ff62920fb2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 26 Jun 2013 15:15:17 +0100 Subject: [PATCH] sna: Correct typo s/\j/\n/ When is a newline, not a newline? When it is ajar. Signed-off-by: Chris Wilson --- src/sna/sna_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 2b2e5f62..ed9f4481 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -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));