util/StringAPI: fix include guard name

This commit is contained in:
Max Kellermann 2015-09-01 21:12:16 +02:00
parent ffe689363f
commit 0bacbcd04e

View File

@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef STRING_API_HPP
#define STRING_API_HPP
#ifndef STRING_API_HXX
#define STRING_API_HXX
#include "Compiler.h"