Update wiringPi/piNes.c

Fix double-double quote issue.  Fixes https://github.com/WiringPi/WiringPi/issues/4
This commit is contained in:
Steven Osborn 2012-10-30 01:18:21 -07:00
parent 4ef25b3884
commit 89bbe97856

View File

@ -22,7 +22,7 @@
***********************************************************************
*/
#include ""wiringPi.h""
#include "wiringPi.h"
#include "piNes.h"