com_stat(): Be more anal in checking command line options.
[paraslash.git] / ringbuffer.c
index efe4fd053a9cee6fa6bc984ba7be03443faa381d..b27fd8e8a25c4ccd52756f2e9c0f30e1c3b4162b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -47,7 +47,7 @@ struct ringbuffer *ringbuffer_new(unsigned size)
        rb->entries = para_calloc(size * sizeof(void *));
        rb->size = size;
        return rb;
-};
+}
 
 /**
  * Add one entry to a ringbuffer.