[Mesa-dev] [PATCH 1/2] intel: batch-decoder: add missing return line

Lionel Landwerlin lionel.g.landwerlin at intel.com
Sun Jun 10 12:15:09 UTC 2018


Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 src/intel/common/gen_batch_decoder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/common/gen_batch_decoder.c b/src/intel/common/gen_batch_decoder.c
index a8e709358cd..963adbec271 100644
--- a/src/intel/common/gen_batch_decoder.c
+++ b/src/intel/common/gen_batch_decoder.c
@@ -842,7 +842,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);
          }
 
-- 
2.17.1



More information about the mesa-dev mailing list