From 4f3fac869c959f531cd03def7db05c7349a12b8b Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 26 2015 15:17:12 +0000 Subject: fix comment format in asm file. --- 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