From 4f3fac869c959f531cd03def7db05c7349a12b8b Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Aug 2015 06:38:05 -0400 Subject: fix comment format in asm file. --- src/process/nt64/tt_fork_v1_x86_64.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/process/nt64/tt_fork_v1_x86_64.asm b/src/process/nt64/tt_fork_v1_x86_64.asm index f79131e..af9f2ad 100644 --- a/src/process/nt64/tt_fork_v1_x86_64.asm +++ b/src/process/nt64/tt_fork_v1_x86_64.asm @@ -1,8 +1,8 @@ -/********************************************************/ -/* ntapi: Native API core library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ -/********************************************************/ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; ntapi: Native API core library ;; +;; Copyright (C) 2013,2014,2015 Z. Gilboa ;; +;; Released under GPLv2 and GPLv3; see COPYING.NTAPI. ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; TITLE tt_fork_x86_64 -- cgit v1.2.3