summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ax25ipd/kiss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/kiss.c b/ax25ipd/kiss.c
index a1c3e1c..fded84c 100644
--- a/ax25ipd/kiss.c
+++ b/ax25ipd/kiss.c
@@ -114,7 +114,7 @@ void assemble_kiss(unsigned char *buf, int l)
/* convert a standard AX25 frame into a kiss frame */
void send_kiss(unsigned char type, unsigned char *buf, int l)
{
-#define KISSEMIT(x) if (ofcount<MAX_FRAME){*ofptr=(x);ofptr++;ofcount++;}
+#define KISSEMIT(x) if (ofcount<MAX_FRAME) {*ofptr=(x);ofptr++;ofcount++;}
int i;