From: Lionel Landwerlin Date: Sun, 10 Jun 2018 11:54:59 +0000 (+0100) Subject: intel: batch-decoder: add missing return line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ffa35b64da197171e14122425ea944363bc37a1;p=mesa.git intel: batch-decoder: add missing return line Signed-off-by: Lionel Landwerlin Reviewed-by: Rafael Antognolli --- diff --git a/src/intel/common/gen_batch_decoder.c b/src/intel/common/gen_batch_decoder.c index 81d8298c28b..fc0ff95a476 100644 --- a/src/intel/common/gen_batch_decoder.c +++ b/src/intel/common/gen_batch_decoder.c @@ -854,7 +854,7 @@ gen_print_batch(struct gen_batch_decode_ctx *ctx, } if (next_batch.map == NULL) { - fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable", + fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable\n", next_batch.addr); }