--- a/libpurple/protocols/oscar/encoding.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/oscar/encoding.h Tue Sep 10 00:06:36 2019 -0400 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _ENCODING_H_ -#define _ENCODING_H_ +#ifndef PURPLE_OSCAR_ENCODING_H +#define PURPLE_OSCAR_ENCODING_H #include "oscar.h" #include "oscarcommon.h" @@ -43,4 +43,4 @@ */ gchar * oscar_encode_im(const gchar *msg, gsize *result_len, guint16 *charset, gchar **charsetstr); -#endif \ No newline at end of file +#endif /* PURPLE_OSCAR_ENCODING_H */