summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-09-21 22:08:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-21 22:08:16 +0000
commit5b9554ace248e24b61c94596aedda4b8f9d1d674 (patch)
tree0492539c6a4e9cd1341c2c27b7fa5a8ce3303460
parent5185e6e5c5a1398aab776e4a7a6e4a061bc0035d (diff)
parente360d9516e57604e5ca3a91d890b2f66dab4ffe3 (diff)
downloadsvox-5b9554ace248e24b61c94596aedda4b8f9d1d674.tar.gz
Merge "Fix include guard."
am: e360d9516e Change-Id: Ie498719e0419b748b99423e5161c6a60a25cd05d
-rw-r--r--pico/lib/picofftsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/lib/picofftsg.h b/pico/lib/picofftsg.h
index d9c6a1a..a028e75 100644
--- a/pico/lib/picofftsg.h
+++ b/pico/lib/picofftsg.h
@@ -26,7 +26,7 @@
*
*/
#ifndef PICOFFTSG_H_
-#define PCOFFTSG_H_
+#define PICOFFTSG_H_
#include "picoos.h"
#include "picodsp.h"