Skip to content

Commit

Permalink
Comment about removed line for d.redraw
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Mar 10, 2024
1 parent a29acef commit 9343224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/d.redraw/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main(int argc, char **argv)
while (G_getl2(line, LINE_LEN, fp)) {
/* don't add d.redraw this time */
if (strcmp(line, "d.redraw") == 0) {
/* remove its comment line */
/* remove its comment line above */
num_lines--;
continue;
}
Expand Down

0 comments on commit 9343224

Please sign in to comment.