mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
sbc: Fix trivial coding style issues on pointer declarations and casting
Avoid using C++ style pointer declarations like "char* ptr", as most BlueZ code uses "char *ptr".
This commit is contained in:
parent
142a5fb637
commit
6979975963
1 changed files with 4 additions and 4 deletions
Loading…
Reference in a new issue