fix warning
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 16 Sep 2009 04:54:10 +0000 (00:54 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 16 Sep 2009 04:54:10 +0000 (00:54 -0400)
libust/tracectl.c

index 47ca740781ebb0528c80d62c9e397702b8e415dc..3c50304a4f33019fe6768eaa35f902235d73b73d 100644 (file)
@@ -1116,7 +1116,7 @@ void ust_fork(void)
        result = ltt_trace_set_type("auto", "ustrelay");
        if(result < 0) {
                ERR("ltt_trace_set_type failed");
-               return (void *)1;
+               return;
        }
 
        ltt_trace_alloc("auto");
This page took 0.02432 seconds and 4 git commands to generate.