Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-13117

unneeded brace in /dll/win32/cryptnet/cryptnet_main.c

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 0.4.5
    • Wine
    • None

    Description

      On line 1031 in reactos/dll/win32/cryptnet/cryptnet_main.c error

      if ((hFile == INVALID_HANDLE_VALUE)

      instead

      if (hFile == INVALID_HANDLE_VALUE)

       

      Attachments

        Activity

          People

            ThFabba ThFabba
            CRLF CRLF
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: