aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/nfs/box.h')
-rw-r--r--src/cmd/upas/nfs/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/nfs/box.h b/src/cmd/upas/nfs/box.h
index 9513df73..da2b0ab5 100644
--- a/src/cmd/upas/nfs/box.h
+++ b/src/cmd/upas/nfs/box.h
@@ -11,7 +11,7 @@ enum
FlagMarked = 1<<8,
FlagNoSelect = 1<<9,
FlagUnMarked = 1<<10,
- FlagRecent = 1<<11,
+ FlagRecent = 1<<11
};
typedef struct Box Box;