Skip to content

Commit a5bbe78

Browse files
committed
Fix the path of chewing.h
Signed-off-by: Hui-Hong You <hiroshi@ghostsinthelab.org>
1 parent 7ee9538 commit a5bbe78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/cpp/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <jni.h>
2020
#include <string>
2121
#include <android/log.h>
22-
#include "libs/libchewing/include/chewing.h"
22+
#include "libs/libchewing/capi/include/chewing.h"
2323

2424
#define LOGTAG "ChewingNativeLib"
2525

0 commit comments

Comments
 (0)