Skip to content

Commit

Permalink
Correct rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 22, 2024
1 parent 243aeba commit 4d83d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mged/chgview.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ cmd_size(ClientData clientData, Tcl_Interp *interp, int argc, const char *argv[]
void
size_reset(struct mged_state *s)
{
if (s->GEDP == GED_NULL) {
if (s->GEDP == GED_NULL)
return;

const char *av[1] = {"autoview"};
Expand Down

0 comments on commit 4d83d1b

Please sign in to comment.