src/HOL/Tools/ATP/atp_systems.ML
changeset 42974 347d5197896e
parent 42971 b01cbbf0bcc5
child 42999 0db96016bdbf
--- a/src/HOL/Tools/ATP/atp_systems.ML	Tue May 24 17:05:29 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Tue May 24 18:04:23 2011 +0200
@@ -382,7 +382,7 @@
   {exec = ("ISABELLE_ATP", "scripts/remote_atp"),
    required_execs = [],
    arguments = fn _ => fn _ => fn timeout => fn _ =>
-     " -t " ^ string_of_int (Int.min (max_remote_secs, (to_secs 0 timeout)))
+     "-t " ^ string_of_int (Int.min (max_remote_secs, (to_secs 0 timeout)))
      ^ " -s " ^ the_system system_name system_versions,
    proof_delims = union (op =) tstp_proof_delims proof_delims,
    known_failures = known_failures @ known_perl_failures @