Browse Source

-fix typo

Christian Grothoff 1 year ago
parent
commit
7237eb207b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      configure.ac
  2. 1 1
      src/mhd2/w32_lib_res.rc

+ 2 - 2
configure.ac

@@ -2852,7 +2852,7 @@ int main(void)
     return 3;
 
   FD_CLR(1, &efds);
-  if (FD_ISSET(1, &efds)
+  if (FD_ISSET(1, &efds))
     return 4;
 
   return 0;
@@ -5782,7 +5782,7 @@ AS_VAR_IF([enable_tools],["yes"],
         i][f (1 != pstat_getdynamic(&psd_data, sizeof(psd_data), (size_t)1, 0))
           return 2;
         i][f (0 >= psd_data.psd_proc_cnt)
-          return 3; 
+          return 3;
       ]]
     )
     MHD_CHECK_FUNC([vxCpuEnabledGet],[[#include <vxCpuLib.h>]],

+ 1 - 1
src/mhd2/w32_lib_res.rc

@@ -28,7 +28,7 @@ BEGIN
             VALUE "ProductVersion", "1.99.0\0"
             VALUE "FileVersion", "1.99.0\0"
 #ifdef DLL_EXPORT
-            VALUE "FileDescription", "GNU libmicrohttpd2 DLL for Windows (MinGW build, MSVCRT run-time lib)\0"
+            VALUE "FileDescription", "GNU libmicrohttpd2 DLL for Windows (MinGW build,  run-time lib)\0"
 #else
             VALUE "FileDescription", "GNU libmicrohttpd2 static library for Windows (MinGW build, MSVCRT run-time lib)\0"
 #endif