1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-13 15:27:52 +00:00

i2p.cpp: fix return code declaration

This commit is contained in:
Alexander Ryzhov 2014-06-11 12:01:13 +04:00
parent 165a079928
commit 5f2d9db131

View File

@ -1,5 +1,5 @@
#include <thread>
#include <stdlib.h>
#include "Daemon.h"
int main( int argc, char* argv[] )