summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 09dccc761..88fbb5794 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -24,7 +24,7 @@ Literature dealing with the network protocols:
*
* @ret rc Return status code
*/
-int main ( void ) {
+__cdecl int main ( void ) {
initialise();
startup();