Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ffdb382 authored by tedbo's avatar tedbo
Browse files

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
parent 2bc503e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */