* ax-general.c (ax_pick): Add missing newline.

This commit is contained in:
Tom Tromey
2011-02-23 21:02:47 +00:00
parent e5a67952d6
commit 2b52013fe3
2 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,7 @@ ax_simple (struct agent_expr *x, enum agent_op op)
/* Append a pick operator to EXPR. DEPTH is the stack item to pick,
with 0 being top of stack. */
void
ax_pick (struct agent_expr *x, int depth)
{