From 0bf8c64aa28be86195ef8ce7b7107e9f12527252 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 3 Mar 2015 11:57:09 -0500
Subject: [PATCH] added comment

---
 tsk/fs/ntfs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tsk/fs/ntfs.c b/tsk/fs/ntfs.c
index fe56a3ef8..50764cd2f 100755
--- a/tsk/fs/ntfs.c
+++ b/tsk/fs/ntfs.c
@@ -36,6 +36,7 @@
  */
 
 
+/* Macro to pass in both the epoch time value and the nano time value */
 #define WITHNANO(x) x, x##_nano
 
 
-- 
GitLab