diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/using-crash.cc')
-rw-r--r-- | gdb/testsuite/gdb.cp/using-crash.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/using-crash.cc b/gdb/testsuite/gdb.cp/using-crash.cc index e6eca3b..f53af19 100644 --- a/gdb/testsuite/gdb.cp/using-crash.cc +++ b/gdb/testsuite/gdb.cp/using-crash.cc @@ -10,8 +10,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <iostream> using namespace std; |