Fix a gcc warning on MacOS.
[paraslash.git] / ringbuffer.c
index 17ea425ad0e6817deb8778ee97412c24a1a54567..ac5d7d37c862cdf2aae7d7b7ed4c91b63a0849e3 100644 (file)
@@ -52,8 +52,8 @@ void *ringbuffer_new(unsigned size)
 /**
  * Add one entry to a ringbuffer.
  *
- * \param Cookie the ringbuffer identifier.
- * \param Data the data to be inserted.
+ * \param cookie The ringbuffer identifier.
+ * \param data The data to be inserted.
  *
  * Insert \a data into the ringbuffer associated with \a cookie.  As soon as
  * the ringbuffer fills up, its oldest entry is disregarded and replaced by \a