diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/image.h b/src/image.h index be3b66d..72311d2 100644 --- a/src/image.h +++ b/src/image.h @@ -19,8 +19,8 @@ * along with fbcon2png. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef IMAGE_H -#define IMAGE_H +#ifndef IMAGE_H_ +#define IMAGE_H_ #include "text.h" @@ -45,4 +45,4 @@ image_render(struct image *image, const struct text *text, struct image * image_destroy(struct image **image); -#endif /* IMAGE_H */ +#endif /* IMAGE_H_ */ |