diff options
author | Ben Elliston <bje@gnu.org> | 2003-08-07 03:42:42 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-08-07 03:42:42 +0000 |
commit | d7b7156075df25716082174f6baf2ac0e163e939 (patch) | |
tree | e2c4f9afdb89cf1e6f082acf7c1a0aae0fd423a8 /baseboards/vr4300-ddb.exp | |
parent | 8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200 (diff) | |
download | dejagnu-d7b7156075df25716082174f6baf2ac0e163e939.tar.gz dejagnu-d7b7156075df25716082174f6baf2ac0e163e939.tar.bz2 dejagnu-d7b7156075df25716082174f6baf2ac0e163e939.zip |
Strip trailing semicolons from Tcl source files.
Diffstat (limited to 'baseboards/vr4300-ddb.exp')
-rw-r--r-- | baseboards/vr4300-ddb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboards/vr4300-ddb.exp b/baseboards/vr4300-ddb.exp index a25afb8..d7cc6b4 100644 --- a/baseboards/vr4300-ddb.exp +++ b/baseboards/vr4300-ddb.exp @@ -16,4 +16,4 @@ set_board_info nullstone,ticks_per_sec 3782018 set_board_info gdb_protocol "ddb" # Otherwise, we're the same as a generic vr4300 board. -load_base_board_description "vr4300"; +load_base_board_description "vr4300" |