From 8ad90e8c173bf28e43725055d8cbe19ebc6fcf91 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 16 Jan 2014 18:21:00 +0900 Subject: [PATCH] add missing trailing comma --- include/picrin/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/picrin/port.h b/include/picrin/port.h index 0340b3a3..c54888da 100644 --- a/include/picrin/port.h +++ b/include/picrin/port.h @@ -7,7 +7,7 @@ enum pic_port_flag { PIC_PORT_IN = 1, PIC_PORT_OUT = 2, PIC_PORT_TEXT = 4, - PIC_PORT_BINARY = 8 + PIC_PORT_BINARY = 8, }; enum pic_port_status {