From cf68210bd0a463944ed9c758ef65d097b178ec23 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 29 Apr 2010 15:02:46 -0600 Subject: [PATCH] Fixing pr10879 --- collects/slatex/slatex-wrapper.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/slatex/slatex-wrapper.rkt b/collects/slatex/slatex-wrapper.rkt index 83fa80acd2..2d4f206a31 100644 --- a/collects/slatex/slatex-wrapper.rkt +++ b/collects/slatex/slatex-wrapper.rkt @@ -9,7 +9,7 @@ (provide/contract [slatex (string? . -> . boolean?)] [pdf-slatex (string? . -> . boolean?)] - [slatex/no-latex (string? . -> . boolean?)] + [slatex/no-latex (string? . -> . void?)] [latex (string? . -> . boolean?)] [pdf-latex (string? . -> . boolean?)] [filename->latex-filename (string? . -> . string?)])