From f3bacff7eea629769601295233c79ff34e834aaf Mon Sep 17 00:00:00 2001
From: Cristian Maglie <c.maglie@arduino.cc>
Date: Tue, 1 Sep 2015 10:58:31 +0200
Subject: ...and also a leading ','... (oops 2)

See #2408
---
 cores/arduino/WInterrupts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cores/arduino')

diff --git a/cores/arduino/WInterrupts.c b/cores/arduino/WInterrupts.c
index 83b762f..7e9f717 100644
--- a/cores/arduino/WInterrupts.c
+++ b/cores/arduino/WInterrupts.c
@@ -62,7 +62,7 @@ static volatile voidFuncPtr intFunc[EXTERNAL_NUM_INTERRUPTS] = {
     nothing,
 #endif
 #if EXTERNAL_NUM_INTERRUPTS > 0
-    nothing
+    nothing,
 #endif
 };
 // volatile static voidFuncPtr twiIntFunc;
-- 
cgit v1.2.3-18-g5258