diff options
| -rw-r--r-- | efax.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -48,7 +48,7 @@                    'efax                    'error-code code                    'error-description -                  ((sxpath '(// Response StatusDescription)) result) +                  ((if-car-sxpath '(// Response StatusDescription *text*)) result)                    'error-level                    (string->symbol                     (string-downcase | 
