X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=3ef715453e82f7b80ef264ea96c268e88046df08;hb=f51bc6299cb7a2439b21f3ba43185f56e2311092;hp=6f5f32155a5b80d9d130a8cdc251b8d581d9389d;hpb=0f1c848998effc47ca5cbacf5c45f9f618bacd6b;p=psensor.git diff --git a/src/main.c b/src/main.c index 6f5f321..3ef7154 100644 --- a/src/main.c +++ b/src/main.c @@ -346,6 +346,10 @@ int main(int argc, char **argv) textdomain(PACKAGE); #endif +#if TUTU + printf("coucou\n"); +#endif + while ((optc = getopt_long(argc, argv, "vhdu:", long_options, NULL)) != -1) { switch (optc) {