diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-24 14:17:53 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-24 14:17:53 (GMT) |
commit | e129ab32f790daccbf5933c4cf75989159589b81 (patch) | |
tree | 6cc1f7eb81451ced2a8c0aec51817416420e6e26 /include/tng_io.hpp | |
parent | cf397488964c4085334541b42e6c2d23de94c1ad (diff) |
Fixed mistake in last commit.
Diffstat (limited to 'include/tng_io.hpp')
-rw-r--r-- | include/tng_io.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tng_io.hpp b/include/tng_io.hpp index 1bfe2c7..a4247d5 100644 --- a/include/tng_io.hpp +++ b/include/tng_io.hpp @@ -1,5 +1,5 @@ -#ifndefTNG_IO_HPP -#defineTNG_IO_HPP +#ifndef TNG_IO_HPP +#define TNG_IO_HPP #include "tng_io.h" |