hotplug: rename Pa_UpdateAvailableDeviceList() to Pa_RefreshDeviceList(). Clean up doc comment for Pa_RefreshDeviceList().

This commit is contained in:
Ross Bencina 2016-09-02 19:27:47 +10:00
commit 3f7c315f22
3 changed files with 16 additions and 11 deletions

View file

@ -38,7 +38,7 @@ int main(int argc, char* argv[])
if( getchar() == 'q' )
break;
Pa_UpdateAvailableDeviceList();
Pa_RefreshDeviceList();
}
Pa_Terminate();