From 7f59c906e1c8dcff609beb5eea979b14fc8fdcae Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 18 Dec 2014 18:00:21 +0000 Subject: [PATCH] Better warning --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index adcd9ee..b0ad80f 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1212,7 +1212,7 @@ let setrevision n = match args.inputs with (a, b, c, d, e, _)::more -> args.inputs <- (a, b, c, d, e, Some n) :: more - | [] -> Printf.eprintf "Warning. -revision ignored" + | [] -> Printf.eprintf "Warning. -revision ignored.\n" let setoutline () = args.outline <- true