aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-31 08:35:39 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 19:11:50 +0100
commit9957396dc7e8fa96916d19d0fab641568bd87f2e (patch)
tree32b11e6ac7f53b5fc87df54c1f559a37a64ea15d /api
parentapi: refuse to load DLL on init failure (diff)
downloadwintun-9957396dc7e8fa96916d19d0fab641568bd87f2e.tar.xz
wintun-9957396dc7e8fa96916d19d0fab641568bd87f2e.zip
api: upgrade source analysis annotations
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api')
-rw-r--r--api/rundll32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/rundll32.c b/api/rundll32.c
index 164b305..c3ca92c 100644
--- a/api/rundll32.c
+++ b/api/rundll32.c
@@ -35,7 +35,7 @@ WriteFormatted(_In_ DWORD StdHandle, _In_z_ const WCHAR *Template, ...)
}
static BOOL CALLBACK
-ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_ const WCHAR *LogLine)
+ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *LogLine)
{
const WCHAR *Template;
switch (Level)