summaryrefslogtreecommitdiff
path: root/desktop/unx/source/splashx.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/splashx.h')
-rw-r--r--desktop/unx/source/splashx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/unx/source/splashx.h b/desktop/unx/source/splashx.h
index 90bba891dfa9..4b5fff1d7a6e 100644
--- a/desktop/unx/source/splashx.h
+++ b/desktop/unx/source/splashx.h
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _SPLASHX_H
-#define _SPLASHX_H
+#ifndef INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
+#define INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
#ifdef __cplusplus
@@ -24,6 +24,6 @@ void splash_draw_progress(struct splash* splash, int progess);
} // extern "C"
#endif
-#endif // _SPLASHX_H
+#endif // INCLUDED_DESKTOP_UNX_SOURCE_SPLASHX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */