From 5f1d17ba1f523e01bc63a3655219d023acfd6d04 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 9 Oct 2019 19:52:31 +1100 Subject: [PATCH] [host] cosmetics --- VERSION | 2 +- c-host/src/app.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index c8695349..fb9b609b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-9-g8ef1aee35c+1 \ No newline at end of file +B1-10-g4c0ca1c8e7+1 \ No newline at end of file diff --git a/c-host/src/app.c b/c-host/src/app.c index 771a02a0..7a6a4d2b 100644 --- a/c-host/src/app.c +++ b/c-host/src/app.c @@ -363,8 +363,8 @@ int app_main(int argc, char * argv[]) app.frames = (uint8_t *)ALIGN_UP(app.pointerData + app.pointerDataSize); app.frameSize = ALIGN_DN((shmemSize - (app.frames - shmemMap)) / MAX_FRAMES); - DEBUG_INFO("Max Cursor Size : %u MiB" , app.pointerDataSize / 1048576); - DEBUG_INFO("Max Frame Size : %u MiB" , app.frameSize / 1048576); + DEBUG_INFO("Max Cursor Size : %u MiB", app.pointerDataSize / 1048576); + DEBUG_INFO("Max Frame Size : %u MiB", app.frameSize / 1048576); DEBUG_INFO("Cursor : 0x%" PRIXPTR " (0x%08x)", (uintptr_t)app.pointerData, app.pointerOffset); for (int i = 0; i < MAX_FRAMES; ++i)