aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/common/appendfiletombox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/common/appendfiletombox.c')
-rw-r--r--src/cmd/upas/common/appendfiletombox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/common/appendfiletombox.c b/src/cmd/upas/common/appendfiletombox.c
index 98f51578..a718a836 100644
--- a/src/cmd/upas/common/appendfiletombox.c
+++ b/src/cmd/upas/common/appendfiletombox.c
@@ -1,7 +1,7 @@
#include "common.h"
enum {
- Buffersize = 64*1024,
+ Buffersize = 64*1024
};
typedef struct Inbuf Inbuf;