Skip to content
  • Tom Wagner's avatar
    pod: Fix spa_pod_builder_control() return type · 7b40ca4f
    Tom Wagner authored and Wim Taymans's avatar Wim Taymans committed
    Fixes the return type of spa_pod_builder_control() from uint32_t to int.
    
    Since the function returns the int returned by spa_pod_builder_raw,
    the return type of the function should also be an int.
    7b40ca4f