aboutsummaryrefslogtreecommitdiffstats
path: root/z50.c
diff options
context:
space:
mode:
Diffstat (limited to 'z50.c')
-rw-r--r--z50.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/z50.c b/z50.c
index 3d73c85..22f63a6 100644
--- a/z50.c
+++ b/z50.c
@@ -265,6 +265,7 @@ static void PDF_PrintBetweenPages(FULL_LENGTH h, FULL_LENGTH v,
/* */
/*****************************************************************************/
+/* ***
static void PrintComposite(COMPOSITE *cp, BOOLEAN outline, FILE *fp)
{ debug1(DPF, D, "PrintComposite(cp, %s, fp)", bool(outline));
while( cp->char_code != '\0' )
@@ -275,7 +276,8 @@ static void PrintComposite(COMPOSITE *cp, BOOLEAN outline, FILE *fp)
cp->char_code, outline ? "co" : "c");
cp++;
}
-} /* end PrintComposite */
+} ** end PrintComposite **
+*** */
/*****************************************************************************/