Print out .sp 1 correctly

Thanks to Henrik Riomar for pointing this out.
master 1.3.1
Drew DeVault 7 years ago
parent 9b8ecbe992
commit 0c25f932d2
  1. 2
      src/main.c

@ -478,7 +478,7 @@ commit_table:
}
roff_macro(p, "TE", NULL);
roff_macro(p, "sp", "1", NULL);
fprintf(p->output, ".sp 1\n");
roff_macro(p, "RE", NULL);
}

Loading…
Cancel
Save