aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/samterm/flayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/samterm/flayer.h')
-rw-r--r--src/cmd/samterm/flayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/samterm/flayer.h b/src/cmd/samterm/flayer.h
index 41306f79..62c98076 100644
--- a/src/cmd/samterm/flayer.h
+++ b/src/cmd/samterm/flayer.h
@@ -1,11 +1,11 @@
typedef enum Vis{
None=0,
Some,
- All,
+ All
}Vis;
enum{
- Clicktime=1000, /* one second */
+ Clicktime=1000 /* one second */
};
typedef struct Flayer Flayer;