From 6d1146c42d7d4acf2fe037778c5970deba29e47f Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 2 Mar 2015 15:36:13 +1100 Subject: [PATCH] Fixed a build error. --- samples/memfs/inode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/memfs/inode.go b/samples/memfs/inode.go index 82dade1..4560e7a 100644 --- a/samples/memfs/inode.go +++ b/samples/memfs/inode.go @@ -20,7 +20,7 @@ type inode struct { ///////////////////////// // Is this a directory? If not, it is a file. - bool dir + dir bool ///////////////////////// // Mutable state