Skip to content

Commit

Permalink
Use extras for sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-goulart committed Nov 13, 2014
1 parent c82db74 commit 1b72e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salmonella-diff.scm
Expand Up @@ -24,7 +24,7 @@
)

(import chicken scheme)
(use srfi-1 srfi-13 posix files data-structures ports)
(use extras srfi-1 srfi-13 posix files data-structures ports)
(use salmonella-log-parser salmonella-html-report sxml-transforms)

(define-record diff action egg status-1 message-1 status-2 message-2)
Expand Down

0 comments on commit 1b72e4c

Please sign in to comment.