diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:58:35 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:58:35 +0100 |
commit | ba43f1356c7910cc71eae7415e576ed8f26491fa (patch) | |
tree | 5422a1e8d6d4555ab3b1b83169518d1359ba35c2 /test/StormTest.cpp | |
parent | 5e4f60a582fe3663a1ceefa429283d04a89c6716 (diff) |
Linux build errors
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index ca409f1..5bdb47b 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4209,7 +4209,7 @@ int _tmain(int argc, TCHAR * argv[]) break;
}
}
-#endif TEST_STREAM_OPERATIONS
+#endif // TEST_STREAM_OPERATIONS
#ifdef TEST_MASTER_MIRROR // Test master-mirror reading operations
if(dwErrCode == ERROR_SUCCESS)
|