add single instance mode
[uwplayer.git] / ucx / cx / utils.h
index bcdd9c7..2c35a92 100644 (file)
@@ -183,7 +183,6 @@ size_t cx_stream_ncopy(
  * @param dest the destination stream
  * @param rfnc the read function
  * @param wfnc the write function
- * @param n the maximum number of bytes that shall be copied.
  * @return total number of bytes copied
  */
 #define cx_stream_copy(src, dest, rfnc, wfnc) \