aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/factotum/dat.h')
-rw-r--r--src/cmd/auth/factotum/dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/auth/factotum/dat.h b/src/cmd/auth/factotum/dat.h
index eaf94caf..49377f40 100644
--- a/src/cmd/auth/factotum/dat.h
+++ b/src/cmd/auth/factotum/dat.h
@@ -13,7 +13,7 @@ enum
RpcWriteHex,
/* thread stack size - big buffers for printing */
- STACK = 65536,
+ STACK = 65536
};
typedef struct Conv Conv;