aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--printf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index ec9e329..c448f92 100644
--- a/printf.h
+++ b/printf.h
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
// \author (c) Marco Paland (info@paland.com)
-// 2014-2015, PALANDesign Hannover, Germany
+// 2014-2017, PALANDesign Hannover, Germany
//
// \license The MIT License (MIT)
//
@@ -72,4 +72,5 @@ int sprintf(char* buffer, const char* format, ...);
*/
int snprintf(char* buffer, size_t count, const char* format, ...);
+
#endif // _PRINTF_H_