shithub: neatpost

Download patch

ref: 8286258b9d6985aae96e0b8bade93a2cdc8ee5fd
parent: 957e74b6757ff6dac220d494c1bd4fbee8d0a01b
author: Ali Gholami Rudi <ali@rudi.ir>
date: Thu Nov 17 06:50:02 EST 2016

ps: start with a capital letter in PS creator comment

--- a/ps.c
+++ b/ps.c
@@ -120,7 +120,7 @@
 {
 	out("%%!PS-Adobe-2.0\n");
 	out("%%%%Version: 1.0\n");
-	out("%%%%Creator: neatroff - http://litcave.rudi.ir/\n");
+	out("%%%%Creator: Neatroff - http://litcave.rudi.ir/\n");
 	out("%%%%DocumentFonts: (atend)\n");
 	out("%%%%Pages: (atend)\n");
 	out("%%%%EndComments\n");