Index: ppapi/native_client/src/untrusted/irt_stub/thread_creator.c |
diff --git a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c |
index d70186d4940e8c0ead8d47d66a6891422a4e4fd6..370afa30769e1a2762871b6404958f38e56441ad 100644 |
--- a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c |
+++ b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c |
@@ -30,7 +30,7 @@ static int thread_join(uintptr_t tid) { |
return pthread_join((pthread_t) tid, NULL); |
} |
-const static struct PP_ThreadFunctions thread_funcs = { |
+static const struct PP_ThreadFunctions thread_funcs = { |
thread_create, |
thread_join |
}; |