[Nasm-commits] [nasm:macho64] outmacho.mac: add final newline

nasm-bot for H. Peter Anvin hpa at zytor.com
Thu Jun 4 19:56:15 PDT 2020


Commit-ID:  c3101832076f6433aa17b676256fb30c81678ff9
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=c3101832076f6433aa17b676256fb30c81678ff9
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 9 Sep 2008 09:40:30 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 9 Sep 2008 09:40:30 -0700

outmacho.mac: add final newline

Add final newline to end of outmacho.mac

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 output/outmacho.mac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/outmacho.mac b/output/outmacho.mac
index 92c14bed..58a7c423 100644
--- a/output/outmacho.mac
+++ b/output/outmacho.mac
@@ -1,4 +1,4 @@
 OUT: macho macho32 macho64
 %define __SECT__ [section .text]
 %macro __NASM_CDecl__ 1
-%endmacro
\ No newline at end of file
+%endmacro


More information about the Nasm-commits mailing list