Skip to content

Commit

Permalink
Merge pull request iqiyi#9 from 8enet/master
Browse files Browse the repository at this point in the history
Replace angle include with quote include
  • Loading branch information
caikelun authored May 28, 2018
2 parents 6b0f1e0 + 0c96fda commit 39c61e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxhook/jni/xh_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
// Created by caikelun on 2018-04-11.

#include <android/log.h>
#include <xh_log.h>
#include "xh_log.h"

android_LogPriority xh_log_priority = ANDROID_LOG_WARN;

0 comments on commit 39c61e8

Please sign in to comment.