Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / system / runtime_loader / errors.h
blob3def91e7d5f13a8d8eabc4c6ac1116d5ac676c5d
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ERRORS_H
6 #define ERRORS_H
8 #include <util/KMessage.h>
10 #include "runtime_loader_private.h"
13 extern KMessage gErrorMessage;
16 static inline bool
17 report_errors()
19 return gProgramArgs->error_port >= 0;
23 #endif // ERRORS_H