diff options
Diffstat (limited to 'platform/haiku/power_haiku.h')
| -rw-r--r-- | platform/haiku/power_haiku.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/haiku/power_haiku.h b/platform/haiku/power_haiku.h index 0889e5880c..b46cfa3454 100644 --- a/platform/haiku/power_haiku.h +++ b/platform/haiku/power_haiku.h @@ -1,11 +1,11 @@ /*************************************************************************/ -/* power_haiku.h */ +/* power_haiku.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -46,4 +46,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_HAIKU_POWER_HAIKU_H_ */
\ No newline at end of file +#endif /* PLATFORM_HAIKU_POWER_HAIKU_H_ */ |