X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=natives%2Forg_cacert_gigi_natives_SetUID.c;h=96bf4c21503e09354d9f23ad3fd8e8fea200a417;hb=40f85c683288d3b19d7ff057854df9cd7ff469c3;hp=f0ae7cb1d5548daeb8435f58880971599e6c8e58;hpb=976d382163f174d3f54f05cf6a360c5c51ed16be;p=gigi.git diff --git a/natives/org_cacert_gigi_natives_SetUID.c b/natives/org_cacert_gigi_natives_SetUID.c index f0ae7cb1..96bf4c21 100644 --- a/natives/org_cacert_gigi_natives_SetUID.c +++ b/natives/org_cacert_gigi_natives_SetUID.c @@ -8,7 +8,7 @@ extern "C" { #endif -jobject getStatus(JNIEnv *env, int successCode, const char * message) { +static jobject getStatus(JNIEnv *env, int successCode, const char * message) { jstring message_str = (*env)->NewStringUTF(env, message); jboolean success = successCode;