changeset 2083:feed844a5ae1

Return DMERR_OK where appropriate instead of 0.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Dec 2018 15:16:06 +0200
parents a0a6f5a3fbbf
children 9d6c30c071ed
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Mon Dec 10 20:48:46 2018 +0200
+++ b/tools/libgfx.c	Tue Dec 11 15:16:06 2018 +0200
@@ -59,7 +59,7 @@
   if (ctx->outBitCount != 8)
       dmPutBits(ctx, 0, ctx->outBitCount);
 
-  return 0;
+  return DMERR_OK;
 }