[seed] Fixing incorrect header ifndef
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] Fixing incorrect header ifndef
- Date: Wed, 13 Jan 2016 02:38:59 +0000 (UTC)
commit eb31dac6a2918034fc17da2faa2f61e0b08199c2
Author: Danilo Cesar Lemes de Paula <danilo cesar collabora co uk>
Date: Mon Jan 11 11:17:46 2016 -0200
Fixing incorrect header ifndef
The ifdnef rule is incorrect for those files
modules/cairo/seed-cairo-image-surface.h | 2 +-
modules/cairo/seed-cairo-pdf-surface.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/cairo/seed-cairo-image-surface.h b/modules/cairo/seed-cairo-image-surface.h
index c36132b..f0d2691 100644
--- a/modules/cairo/seed-cairo-image-surface.h
+++ b/modules/cairo/seed-cairo-image-surface.h
@@ -1,5 +1,5 @@
#ifndef _SEED_CAIRO_IMAGE_SURFACE
-#define _SEED_CAIRO_IMAGE_SURFACe
+#define _SEED_CAIRO_IMAGE_SURFACE
#include <seed.h>
#include <cairo/cairo.h>
diff --git a/modules/cairo/seed-cairo-pdf-surface.h b/modules/cairo/seed-cairo-pdf-surface.h
index 6292513..88d9b7d 100644
--- a/modules/cairo/seed-cairo-pdf-surface.h
+++ b/modules/cairo/seed-cairo-pdf-surface.h
@@ -1,5 +1,5 @@
#ifndef _SEED_CAIRO_PDF_SURFACE
-#define _SEED_CAIRO_PDF_SURFACe
+#define _SEED_CAIRO_PDF_SURFACE
#include <seed.h>
#include <cairo/cairo.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]