Fix header guard in buffer.h

This commit is contained in:
Nils O. Selåsdal
2014-06-23 02:14:20 +02:00
parent 930c90b674
commit 06ecc68ca7
+1 -1
View File
@@ -1,5 +1,5 @@
#ifndef UC_BUFFER_H_
#define uc_BUFFER_H_
#define UC_BUFFER_H_
#include <stddef.h>