fixes const declaration
This commit is contained in:
parent
6bb4b33d9e
commit
a8f1e13068
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ typealias PaError Cint
|
||||||
typealias PaSampleFormat Culong
|
typealias PaSampleFormat Culong
|
||||||
typealias PaStream Void
|
typealias PaStream Void
|
||||||
|
|
||||||
const PA_NO_ERROR::PaError = 0
|
const PA_NO_ERROR = 0
|
||||||
|
|
||||||
function handle_status(err::PaError)
|
function handle_status(err::PaError)
|
||||||
if err != PA_NO_ERROR
|
if err != PA_NO_ERROR
|
||||||
|
|
Loading…
Reference in a new issue