aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.c b/src/android.c
index 3c96867a6b5..4b673269407 100644
--- a/src/android.c
+++ b/src/android.c
@@ -1338,7 +1338,7 @@ NATIVE_NAME (setEmacsParams) (JNIEnv *env, jobject object,
1338 1338
1339 int pipefd[2]; 1339 int pipefd[2];
1340 pthread_t thread; 1340 pthread_t thread;
1341 const char *java_string, *tem; 1341 const char *java_string;
1342 struct stat statb; 1342 struct stat statb;
1343 1343
1344#ifdef THREADS_ENABLED 1344#ifdef THREADS_ENABLED