hotplug: rename Pa_UpdateAvailableDeviceList() to Pa_RefreshDeviceList(). Clean up doc comment for Pa_RefreshDeviceList().
This commit is contained in:
parent
9761960aa5
commit
3f7c315f22
3 changed files with 16 additions and 11 deletions
|
|
@ -38,7 +38,7 @@ int main(int argc, char* argv[])
|
|||
if( getchar() == 'q' )
|
||||
break;
|
||||
|
||||
Pa_UpdateAvailableDeviceList();
|
||||
Pa_RefreshDeviceList();
|
||||
}
|
||||
|
||||
Pa_Terminate();
|
||||
Loading…
Reference in a new issue