fixed compilation with libnotify 0.5.2 (submitted by Lubos
[psensor.git] / src / main.c
index 6f5f321..3ef7154 100644 (file)
@@ -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) {