Skip to content

Commit

Permalink
u3: delete spurious trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
joemfb committed Jun 22, 2023
1 parent 7140a46 commit 272bb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/noun/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ _find_home(void)
//
if ( nor_w < u3P.nor_u.pgs_w ) {
fprintf(stderr, "loom: strange size north (%u, %u)\r\n",
nor_w, u3P.nor_u.pgs_w,);
nor_w, u3P.nor_u.pgs_w);
}
}

Expand Down

0 comments on commit 272bb84

Please sign in to comment.