Remove unnecessary line of code; add space after "sub" operator.

This commit is contained in:
Dianne Skoll
2021-01-10 17:38:25 -05:00
parent f99b5c5a66
commit d6029a54aa

View File

@@ -65,8 +65,6 @@ char const *SmallCalLoc[] = {
"sbt",
};
#define MOONMOVE "/DayFont findfont DaySize scalefont setfont (%d) stringwidth pop add Border 3 mul add"
#define NUMSMALL ((int) (sizeof(SmallCalLoc)/sizeof(SmallCalLoc[0])))
char const *SmallLocation;
int SmallCol1, SmallCol2;
@@ -1200,7 +1198,7 @@ int DoQueuedPs(void)
if (DaynumRight) {
printf("Border %s add /moonstartx exch def", size);
} else {
printf("xincr Border sub %s sub", size);
printf("xincr Border sub %s sub ", size);
if (*extra) {
if (fontsize < 0) {
fsize = "EntrySize";