Remove leading _ from header guard

This commit is contained in:
Tim Rühsen 2018-04-19 10:16:45 +02:00
parent c4a2698e22
commit 01b6cba78f
1 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@
*
*/
#ifndef _LIBPSL_LIBPSL_H
#define _LIBPSL_LIBPSL_H
#ifndef LIBPSL_LIBPSL_H
#define LIBPSL_LIBPSL_H
#include <stdio.h>
#include <time.h>
@ -202,4 +202,4 @@ int
}
#endif
#endif /* _LIBPSL_LIBPSL_H */
#endif /* LIBPSL_LIBPSL_H */