X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zlint%2Fmain.cpp;fp=zlint%2Fmain.cpp;h=f05e61a876b14927595dbafecd29463635f61811;hb=7411ed6df7fc0b535f83503f73d70e80f390e295;hp=7e34e64af6099f57c7757e233212c5ab802d6f30;hpb=75f7c460d6d10961f3d2ed841b757d6d6b7725d7;p=yazpp-moved-to-github.git diff --git a/zlint/main.cpp b/zlint/main.cpp index 7e34e64..f05e61a 100644 --- a/zlint/main.cpp +++ b/zlint/main.cpp @@ -11,9 +11,9 @@ int main(int argc, char **argv) Zlint z(new PDU_Assoc(&mySocketManager)); if (argc > 1) - z.set_host(argv[1]); + z.set_host(argv[1]); else - z.set_host("localhost:9999"); + z.set_host("localhost:9999"); Zlint_test_init_01 t01; z.add_test(&t01); @@ -46,7 +46,15 @@ int main(int argc, char **argv) z.add_test(&scan01); while (mySocketManager.processEvent() > 0) - ; + ; exit (0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +