summaryrefslogtreecommitdiff
path: root/ext/win32ole/sample/ienavi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/sample/ienavi.rb')
-rw-r--r--ext/win32ole/sample/ienavi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/sample/ienavi.rb b/ext/win32ole/sample/ienavi.rb
index 4f37541663..5d0536028b 100644
--- a/ext/win32ole/sample/ienavi.rb
+++ b/ext/win32ole/sample/ienavi.rb
@@ -9,7 +9,7 @@ end
def stop_msg_loop
puts "Now Stop IE..."
- $LOOP = FALSE;
+ $LOOP = false;
end
def default_handler(event, *args)