summaryrefslogtreecommitdiff
path: root/doc/doxygen/probe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen/probe.txt')
-rw-r--r--doc/doxygen/probe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt
index 1352f51..dd8c511 100644
--- a/doc/doxygen/probe.txt
+++ b/doc/doxygen/probe.txt
@@ -18,7 +18,7 @@ int main()
// Scan through devices for various capabilities
RtAudio::DeviceInfo info;
- for ( unsigned int i=1; i<=devices; i++ ) {
+ for ( unsigned int i=0; i<=devices; i++ ) {
info = audio.getDeviceInfo( i );