diff options
Diffstat (limited to 'libs/binder/ProcessInfoService.cpp')
-rw-r--r-- | libs/binder/ProcessInfoService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessInfoService.cpp b/libs/binder/ProcessInfoService.cpp index 00d6eefabe..f75141e5da 100644 --- a/libs/binder/ProcessInfoService.cpp +++ b/libs/binder/ProcessInfoService.cpp @@ -99,6 +99,6 @@ void ProcessInfoService::updateBinderLocked() { } } -ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService); +ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService) } // namespace android |