diff options
author | 2024-11-13 18:55:27 +0000 | |
---|---|---|
committer | 2024-11-13 18:55:27 +0000 | |
commit | e4002e31f2017682ec7892eda9418b4d88bc12d0 (patch) | |
tree | 9eec7972359688aa02fc88350129674c73469bfe | |
parent | a6001c245cb590c607aa74a6548a482a242c4b35 (diff) | |
parent | 960967767d222348825e91287255db7cff157325 (diff) |
Merge "Remove stray character." into main
-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 |