Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/error.h')
-rw-r--r--src/base/error.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/base/error.h b/src/base/error.h
index 46da099..dbccda0 100644
--- a/src/base/error.h
+++ b/src/base/error.h
@@ -1,21 +1,21 @@
-/**
- * \file error.h
- * \brief Application-wide error reporting.
- * \author Copyright (c) 2007-2008 Jason Perkins and the Premake project
- *
- * \defgroup array Array
- * \ingroup base
- *
- * Application-wide error reporting.
- *
- * @{
- */
-#if !defined(PREMAKE_ERROR_H)
-#define PREMAKE_ERROR_H
-
-void error_clear(void);
-const char* error_get(void);
-void error_set(const char* message, ...);
-
-#endif
-/** @} */
+/**
+ * \file error.h
+ * \brief Application-wide error reporting.
+ * \author Copyright (c) 2007-2008 Jason Perkins and the Premake project
+ *
+ * \defgroup array Array
+ * \ingroup base
+ *
+ * Application-wide error reporting.
+ *
+ * @{
+ */
+#if !defined(PREMAKE_ERROR_H)
+#define PREMAKE_ERROR_H
+
+void error_clear(void);
+const char* error_get(void);
+void error_set(const char* message, ...);
+
+#endif
+/** @} */