Fix some typos in docs.
Fix some compiler warnings for win32.
This commit is contained in:
parent
1c153276e4
commit
468c6bceb7
4 changed files with 10 additions and 8 deletions
|
|
@ -1021,7 +1021,7 @@ typedef struct PaStreamInfo
|
|||
/** Retrieve a pointer to a PaStreamInfo structure containing information
|
||||
about the specified stream.
|
||||
@return A pointer to an immutable PaStreamInfo structure. If the stream
|
||||
parameter invalid, or an error is encountered, the function returns NULL.
|
||||
parameter is invalid, or an error is encountered, the function returns NULL.
|
||||
|
||||
@param stream A pointer to an open stream previously created with Pa_OpenStream.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue