Skip to content

Commit

Permalink
A missing comma added.
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Nov 15, 2001
1 parent 2bd065d commit bbc206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VMS/mkshared.com
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $ type sys$input:/out=mar:
;
; Place entries in own program section.
;
$ write mar " .PSECT $$",libvec,"QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT"
$ write mar " .PSECT $$",libvec,",QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT"
$ write mar libvec,"_xfer:"
$ libwrch := mar
$ libwriter := write_vax_ftransfer_entry
Expand Down

0 comments on commit bbc206f

Please sign in to comment.