diff options
author | 2024-11-13 18:57:01 +0000 | |
---|---|---|
committer | 2024-11-13 18:57:01 +0000 | |
commit | f5dd338f696e4bf9a591d71b5ef229a195bfa24f (patch) | |
tree | a76ad2bca79a40f74c4d11b4e07bcf57c5095a0b | |
parent | b181ba8265bcbed35053c3336e60599551bae1bf (diff) |
Remove stray character.
Test: None
Bug: None
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:960967767d222348825e91287255db7cff157325)
Merged-In: Id0dc26c5639417061f2676ab25e5c62b775e1a65
Change-Id: Id0dc26c5639417061f2676ab25e5c62b775e1a65
-rw-r--r-- | include/android/choreographer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/choreographer.h b/include/android/choreographer.h index bec3283cd8..2622a01935 100644 --- a/include/android/choreographer.h +++ b/include/android/choreographer.h @@ -318,7 +318,7 @@ size_t AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex( /** * Gets the token used by the platform to identify the frame timeline at the given \c index. - * q + * * Available since API level 33. * * \param index index of a frame timeline, in \f( [0, FrameTimelinesLength) \f). See |