From 0b8833aa1d92fbf290749cdc28254443a0d2a29a Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Tue, 10 Oct 2000 00:13:09 +0000 Subject: * dbxout.c (dbxout_source_line): Remove extra tab. From-SVN: r36821 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 7bf8889..7da5ad8 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -559,7 +559,7 @@ dbxout_source_line (file, filename, lineno) #ifdef ASM_OUTPUT_SOURCE_LINE ASM_OUTPUT_SOURCE_LINE (file, lineno); #else - fprintf (file, "\t%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno); + fprintf (file, "%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno); #endif } -- cgit v1.1