Skip to content

Commit 67b1ae6

Browse files
committed
fix the operator that for some reason I thought was wrong
1 parent c4ba936 commit 67b1ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Smoke final : public system::IApplicationFramework
6060

6161
int code = nbl::video::vulkaninfo(args);
6262

63-
if (code == 0)
63+
if (code != 0)
6464
break;
6565

6666
// print out file content

0 commit comments

Comments
 (0)