aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/buf.h')
-rw-r--r--usr.bin/make/buf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h
index d3c6afa3edb85..28403ccd761c4 100644
--- a/usr.bin/make/buf.h
+++ b/usr.bin/make/buf.h
@@ -46,7 +46,7 @@
*/
#ifndef _BUF_H
-#define _BUF_H
+#define _BUF_H
#include "sprite.h"
@@ -65,7 +65,7 @@ typedef struct Buffer {
(void) (--(bp)->left <= 0 ? Buf_OvAddByte(bp, byte), 1 : \
(*(bp)->inPtr++ = (byte), *(bp)->inPtr = 0), 1)
-#define BUF_ERROR 256
+#define BUF_ERROR 256
void Buf_OvAddByte(Buffer, int);
void Buf_AddBytes(Buffer, int, const Byte *);