We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cb63b commit 27c59ecCopy full SHA for 27c59ec
tests/code/event_test/code/test.cpp
@@ -257,7 +257,7 @@ TEST(EventTest, FlipEventTest) {
257
UNSIGNED_INT_EQUALS(2, result);
258
259
OrbisVideoOutFlipStatus status {};
260
- result = handle->getStatus(&status);
+ result = handle->getStatus(&status);
261
UNSIGNED_INT_EQUALS(0, result);
262
263
// Create a flip event
0 commit comments