Skip to content

Commit c2def1b

Browse files
committed
Fix backslash-n typo, per Joe Conway.
1 parent 3220fd2 commit c2def1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/lmgr/s_lock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.6 2002/04/05 11:38:13 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.7 2002/05/02 21:44:43 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -174,7 +174,7 @@ tas_dummy()
174174
tas: \n\
175175
.frame $sp, 0, $31 \n\
176176
.set push \n\
177-
.set mips2 \n\n
177+
.set mips2 \n\
178178
ll $14, 0($4) \n\
179179
or $15, $14, 1 \n\
180180
sc $15, 0($4) \n\

0 commit comments

Comments
 (0)