commit d495ee1bcf982edb25ec18f546d42c9ec4b7cd8a
parent 5f37cb549e1d1c7c7e9d0e9d1f4a7f9bce4f1b9b
Author: Robby Findler <robby@racket-lang.org>
Date: Tue, 20 Nov 2007 16:18:21 +0000
added an explicit void
svn: r7786
original commit: 65496a2b8ec4380d98b9ff54fe9630a4824fb8d9
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/collects/help/search.ss b/collects/help/search.ss
@@ -92,4 +92,5 @@
(entry-words entry)))
index))))))
file)
- (send-url (format "file://~a" (path->string file))))))
+ (send-url (format "file://~a" (path->string file)))
+ (void))))