diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-03 22:53:30 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-03 22:53:30 -0300 |
commit | c631d597adca37bcd80a604e430fd9c5f0cc45bc (patch) | |
tree | 82e85f33eff38ff7b2ee243d23c1ea8424eb91e1 /platform | |
parent | 913cb443fc17a33b07b7b3f04c524d0008241258 (diff) | |
parent | 3f1826866bbd2b92cf5a9de780ef948323fe7b09 (diff) |
Merge pull request #1792 from swenner/static_analysis_fixes
Static analysis fixes
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/android_native_app_glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/android_native_app_glue.h b/platform/android/android_native_app_glue.h index a902a3b4da..f5ba27ae66 100644 --- a/platform/android/android_native_app_glue.h +++ b/platform/android/android_native_app_glue.h @@ -26,7 +26,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ - * Copyright (C) 2010 The Android Open Source Project +/* Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |