no return value
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Feb 2007 05:05:38 +0000 (05:05 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Feb 2007 05:05:38 +0000 (05:05 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2352 04897980-b3bd-0310-b5e0-8ef037075253

ltt-usertrace/ltt-usertrace-fast.c

index 032b22419af9d933a789357993c7a57f64f9bd53..f97e941e5e12b2d97e80c9abb52602ee393a656e 100644 (file)
@@ -368,6 +368,7 @@ static inline int ltt_buffer_put(struct ltt_buf *ltt_buf,
                        printf("error in sem_post");
                }
        }
+       return ret;
 }
 
 static int read_subbuffer(struct ltt_buf *ltt_buf, int fd)
This page took 0.023441 seconds and 4 git commands to generate.