From d495ee1bcf982edb25ec18f546d42c9ec4b7cd8a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 20 Nov 2007 16:18:21 +0000 Subject: [PATCH] added an explicit void svn: r7786 original commit: 65496a2b8ec4380d98b9ff54fe9630a4824fb8d9 --- collects/help/search.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/help/search.ss b/collects/help/search.ss index 38143fac..4e6cd410 100644 --- 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))))