Cleanup: use "char" type for padding
[lttng-ust.git] / libringbuffer / backend_internal.h
index 766fde2d30d851d79bcd05770be5b8786c991807..3bd588b9f891a6f500f38e79f21b5d5a65741b3a 100644 (file)
@@ -635,7 +635,7 @@ do {                                                                \
  * write len bytes to dest with c
  */
 static inline
-void lib_ring_buffer_do_memset(char *dest, int c, unsigned long len)
+void lib_ring_buffer_do_memset(char *dest, char c, unsigned long len)
 {
        unsigned long i;
 
This page took 0.023056 seconds and 4 git commands to generate.