mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Return cpdf.top to working order
This commit is contained in:
@ -1 +1,4 @@
|
||||
let _ = Cpdfcommand.go ()
|
||||
let _ =
|
||||
match Filename.basename Sys.argv.(0) with
|
||||
"cpdf.top" -> ()
|
||||
| _ -> Cpdfcommand.go ()
|
||||
|
Reference in New Issue
Block a user