diff options
Diffstat (limited to 'include/sal/saldllapi.h')
-rw-r--r-- | include/sal/saldllapi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sal/saldllapi.h b/include/sal/saldllapi.h index f45e50e1cc5b..2eca05de7e18 100644 --- a/include/sal/saldllapi.h +++ b/include/sal/saldllapi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SALDLLAPI_H -#define INCLUDED_SALDLLAPI_H +#ifndef INCLUDED_SAL_SALDLLAPI_H +#define INCLUDED_SAL_SALDLLAPI_H #include "sal/config.h" @@ -30,6 +30,6 @@ #define SAL_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#endif /* INCLUDED_SALDLLAPI_H */ +#endif // INCLUDED_SAL_SALDLLAPI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |