aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sciteco.h b/sciteco.h
index f0425d6..b0c2c84 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -21,7 +21,7 @@ void cmdline_display(const gchar *cmdline);
sptr_t editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0);
-gboolean macro_execute(const gchar *macro);
+bool macro_execute(const gchar *macro);
#define IS_CTL(C) ((C) < ' ')
#define CTL_ECHO(C) ((C) | 0x40)