Skip to content
Snippets Groups Projects
Commit dd28f1e1 authored by Andrei Stan's avatar Andrei Stan
Browse files

src: Fix typos


Signed-off-by: default avatarAndrei Stan <andreistan2003@gmail.com>
parent 21aff4d5
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,3 @@ int create_consumers(pthread_t *tids,
return num_consumers;
}
......@@ -17,6 +17,5 @@ int create_consumers(pthread_t *tids,
so_ring_buffer_t *rb,
const char *out_filename);
void publish_data(struct so_ring_buffer_t *rb, const char *filename);
#endif /* __SO_CONSUMER_H__ */
......@@ -8,4 +8,4 @@
void publish_data(struct so_ring_buffer_t *rb, const char *filename);
#endif /*__SO_CONSUMER_H__*/
#endif /*__SO_PRODUCER_H__*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment