]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix Windows compile error.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 21 Jan 2023 22:00:14 +0000 (17:00 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 21 Jan 2023 22:00:14 +0000 (17:00 -0500)
cups/usersys.c

index 977f6ef80b5af7275346faad880bf81e1b5915a8..8332fd670a8f56fa572427cadcc595ba984c5579 100644 (file)
@@ -595,7 +595,7 @@ cupsSetUserAgent(const char *user_agent)/* I - User-Agent string or @code NULL@
 
   typedef NTSTATUS(WINAPI * RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);
 
-  memset(&version, 0, sizeof(version))
+  memset(&version, 0, sizeof(version));
   version.dwOSVersionInfoSize = sizeof(version);
 
   /* RtlGetVersion gets the current native version of Windows, even when running in compatibility mode */