Skip to content

Commit

Permalink
fix unbalanced grouping commands?
Browse files Browse the repository at this point in the history
This reverts commit f35d092.
  • Loading branch information
spacey-sooty committed May 11, 2024
1 parent d7745ba commit 78a11e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cscore/src/main/native/include/cscore_raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,10 @@ inline uint64_t RawSink::GrabFrameNoTimeout(wpi::RawFrame& image) const {
m_status = 0;
return GrabSinkFrame(m_handle, image, &m_status);
}
/** @} */

} // namespace cs

/** @} */

#endif

#endif // CSCORE_CSCORE_RAW_H_

0 comments on commit 78a11e3

Please sign in to comment.