Changeset 1306
- Timestamp:
- 11/27/07 14:33:53 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/src/hostapi/jack/pa_jack.c
r1276 r1306 730 730 * detects that it cannot be used, it should return a NULL 731 731 * interface and paNoError */ 732 PA_DEBUG(( "%s: Couldn't connect to JACK, status: %d\n", __FUNCTION__, jackStatus )); 732 733 result = paNoError; 733 734 goto error;
