diff options
author | tedbo <tedbo@google.com> | 2011-05-24 00:55:33 -0700 |
---|---|---|
committer | tedbo <tedbo@google.com> | 2011-05-24 00:55:33 -0700 |
commit | 1ffdb38213d177a83d74e1dc3bf41237dcbe8c9a (patch) | |
tree | cae5d559eeded59d0bcc6fa24d1e5788b28cc8b2 /include/system/window.h | |
parent | 2bc503e6a9000c1b218f5f059629990341d74c33 (diff) | |
download | system_core-1ffdb38213d177a83d74e1dc3bf41237dcbe8c9a.zip system_core-1ffdb38213d177a83d74e1dc3bf41237dcbe8c9a.tar.gz system_core-1ffdb38213d177a83d74e1dc3bf41237dcbe8c9a.tar.bz2 |
Fix broken comment on closing #endif in window.h
The closing #endif comment is missing the comment delimiters. This
change adds them and fixes a compile warning about extra tokens after
endif.
Change-Id: If8295aa6fbb2b21c2b56fe57a467dcde79c65de3
Diffstat (limited to 'include/system/window.h')
-rw-r--r-- | include/system/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/window.h b/include/system/window.h index 4b0381b..5762a50 100644 --- a/include/system/window.h +++ b/include/system/window.h @@ -454,4 +454,4 @@ static inline int native_window_set_buffers_timestamp( __END_DECLS -#endif SYSTEM_CORE_INCLUDE_ANDROID_WINDOW_H +#endif /* SYSTEM_CORE_INCLUDE_ANDROID_WINDOW_H */ |