From 3c152a8ef76535744b4e3926693645d28f1b1969 Mon Sep 17 00:00:00 2001 From: musvaage Date: Tue, 20 Sep 2022 17:15:49 -0500 Subject: Fix typos Signed-off-by: Cosmin Truta --- contrib/visupng/VisualPng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/visupng/VisualPng.c') diff --git a/contrib/visupng/VisualPng.c b/contrib/visupng/VisualPng.c index 6baa3b663..6f7b1dfe5 100644 --- a/contrib/visupng/VisualPng.c +++ b/contrib/visupng/VisualPng.c @@ -103,7 +103,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, return 0; } - /* if filename given on commandline, store it */ + /* if filename given on command line, store it */ if ((szCmdLine != NULL) && (*szCmdLine != '\0')) if (szCmdLine[0] == '"') strncpy (szCmdFileName, szCmdLine + 1, strlen(szCmdLine) - 2); -- cgit v1.2.1