express: Remove static from elm_main function

master
Christopher Michael 3 years ago
parent a9fdbee77a
commit ec9f9c9515
  1. 2
      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;

Loading…
Cancel
Save