Fix format string in check-requires.

This commit is contained in:
Vincent St-Amour 2011-05-31 12:05:10 -04:00
parent 5582f7591f
commit c55c89a31f

View File

@ -41,7 +41,7 @@ Example (from racket root directory):
(when (show-keep?)
(printf "KEEP ~a at ~a~a\n"
(mpi->key mpi) phase
(if comment (format "(~a)" comment #f) "")))]
(if comment (format " (~a)" comment) "")))]
[(list 'bypass mpi phase)
(when (show-bypass?)
(printf "BYPASS ~a at ~a\n" (mpi->key mpi) phase))]