summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 dd8c511..653955b 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=0; i<=devices; i++ ) {
+ for ( unsigned int i=0; i<devices; i++ ) {
info = audio.getDeviceInfo( i );