Fix header guard in buffer.h

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