Changeset 1308
- Timestamp:
- 12/25/07 21:45:15 (8 months ago)
- Files:
-
- 1 modified
-
portaudio/branches/v19-devel/test/pa_devs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/test/pa_devs.c
r1097 r1308 114 114 if( numDevices < 0 ) 115 115 { 116 printf( "ERROR: Pa_ CountDevicesreturned 0x%x\n", numDevices );116 printf( "ERROR: Pa_GetDeviceCount returned 0x%x\n", numDevices ); 117 117 err = numDevices; 118 118 goto error;
