colors.h: change name of header guard

This commit is contained in:
Boris Faure 2020-09-06 22:40:28 +02:00
parent 8cb6be667a
commit c17f3a6f26
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef _COL_H__
#define _COL_H__ 1
#ifndef _COLORS_H__
#define _COLORS_H__ 1
#include <Evas.h>
#include "config.h"