From df8a627e44990697a0ec5c4e39930daae19f30b5 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 8 May 2008 04:10:08 +0000 Subject: [PATCH] Use standard awk comment format. Merge of master-melb:xfs-cmds:31031a by kenmcd. Use standard awk comment format. --- 166 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/166 b/166 index 52db7de6..1639711f 100644 --- a/166 +++ b/166 @@ -40,7 +40,7 @@ _filter_blocks() unwritten2 = ((1048576/512) / 2) - 2 * written_size } - /* is the extent unwritten? */ + # is the extent unwritten? unwritten_ext = 0; if ($7 >= 10000) unwritten_ext = 1; -- 2.39.5