From 0c947b9f153824d092437c8f06aee28602814d00 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 26 Sep 2007 10:40:27 -0400 Subject: Changed warn to be static to fix compile errors; src/textadept.h --- src/textadept.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/textadept.h b/src/textadept.h index 6e8cb126..f482268f 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -27,7 +27,7 @@ extern GtkTreeStore *pm_store; extern lua_State *lua; static const char *textadept_home = "/usr/share/textadept/"; -void warn(const char *s) { printf("Warning: %s\n", s); } +static void warn(const char *s) { printf("Warning: %s\n", s); } // textadept.c void create_ui(); -- cgit v1.2.3