Merge pull request #72 from ryzhovau/return_code

EXIT_SUCCESS return code declaration
This commit is contained in:
orignal 2014-06-11 07:12:22 -04:00
commit ca6f12a8f1

View File

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