Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoGiotto committed Sep 1, 2023
1 parent 02a2103 commit 5438180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamath.c
Original file line number Diff line number Diff line change
Expand Up @@ -3705,8 +3705,8 @@ void command(int argc, char *argv[]) {
"---------Clip out the proof below this line to put it in the source file:\n");
}
if (switchPos("COMPRESSED")) {
// "&" is special flag to break compressed part of proof anywhere.
printLongLine(cat(space(indentation), str1, " $.", NULL),
// "&" is special flag to break compressed part of proof anywhere.
space(indentation), "& ");
} else {
printLongLine(cat(space(indentation), str1," $.", NULL),
Expand Down

0 comments on commit 5438180

Please sign in to comment.