[gnome-text-editor] build: fix #if usage



commit 1bea1def55ba418bf6302efec133a0858f85ab97
Author: Christian Hergert <chergert redhat com>
Date:   Sun Sep 19 16:08:30 2021 -0700

    build: fix #if usage

 src/editor-application-actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editor-application-actions.c b/src/editor-application-actions.c
index a063a5e..0016247 100644
--- a/src/editor-application-actions.c
+++ b/src/editor-application-actions.c
@@ -76,7 +76,7 @@ editor_application_actions_about_cb (GSimpleAction *action,
 
   g_assert (EDITOR_IS_APPLICATION (self));
 
-#ifdef DEVELOPMENT_BUILD
+#if DEVELOPMENT_BUILD
   program_name = g_strdup_printf ("%s (Development)", _("Text Editor"));
 #else
   program_name = g_strdup (_("Text Editor"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]