From 23d6f0f5cbb1da2efa037f876ea5938067c94000 Mon Sep 17 00:00:00 2001 From: CreeperMario Date: Sat, 2 Sep 2017 07:16:57 +0930 Subject: [PATCH] whb: Correct header file for command server * Why did this NOT generate a build warning? --- src/libwhb/include/whb/commandserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libwhb/include/whb/commandserver.h b/src/libwhb/include/whb/commandserver.h index 4c6ece37..bc3fd9cf 100644 --- a/src/libwhb/include/whb/commandserver.h +++ b/src/libwhb/include/whb/commandserver.h @@ -19,7 +19,7 @@ void WHBCommandServerStop(); BOOL -WHBCommandServerListen(); +WHBCommandServerListen(char * stringLocation); #ifdef __cplusplus }