devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=ec9f9c95150da86925b9e3cf0ad9017fc2c8a531

commit ec9f9c95150da86925b9e3cf0ad9017fc2c8a531
Author: Christopher Michael <devilho...@comcast.net>
Date:   Tue Feb 16 13:33:15 2021 -0500

    express: Remove static from elm_main function
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 88d938e..9e78ec3 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -9,7 +9,7 @@
 int _log_dom = -1;
 
 /* public functions */
-EAPI_MAIN static int
+EAPI_MAIN int
 elm_main(int argc, char **argv)
 {
    int i = 0;

-- 


Reply via email to