Browse Source

Bug fix in probing documentation

tags/4.1.0
Gary Scavone 10 years ago
parent
commit
a16508efc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/doxygen/probe.txt

+ 1
- 1
doc/doxygen/probe.txt View File

@@ -18,7 +18,7 @@ int main()

// Scan through devices for various capabilities
RtAudio::DeviceInfo info;
for ( unsigned int i=0; i<=devices; i++ ) {
for ( unsigned int i=0; i<devices; i++ ) {

info = audio.getDeviceInfo( i );



Loading…
Cancel
Save