We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ba936 commit 67b1ae6Copy full SHA for 67b1ae6
smoke/main.cpp
@@ -60,7 +60,7 @@ class Smoke final : public system::IApplicationFramework
60
61
int code = nbl::video::vulkaninfo(args);
62
63
- if (code == 0)
+ if (code != 0)
64
break;
65
66
// print out file content
0 commit comments