Skip to content

Commit bf416d8

Browse files
authored
fix(🤖): typo in directive (#2668)
fixes #2661
1 parent 4e239fd commit bf416d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/skia/android/cpp/jni/JniSkiaManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace {
1111

12-
#ifdef REACT_NATIVE_VERSION >= 75
12+
#if REACT_NATIVE_VERSION >= 75
1313
using CallFuncType = facebook::react::CallFunc;
1414
#else
1515
using CallFuncType = std::function<void()>;

0 commit comments

Comments
 (0)