diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-23 21:02:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-23 21:02:47 +0000 |
commit | 2b52013fe3b29dd6e23f3e893fb321999dc2f33b (patch) | |
tree | 32d87564c5f15e128478c77fabe08b75b0382ae0 /gdb/ax-general.c | |
parent | e5a67952d601be63c6f017122971f3c2421825bf (diff) | |
download | gdb-2b52013fe3b29dd6e23f3e893fb321999dc2f33b.zip gdb-2b52013fe3b29dd6e23f3e893fb321999dc2f33b.tar.gz gdb-2b52013fe3b29dd6e23f3e893fb321999dc2f33b.tar.bz2 |
* ax-general.c (ax_pick): Add missing newline.
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r-- | gdb/ax-general.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 95092e6..62c382c 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -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) { |