aboutsummaryrefslogtreecommitdiffstats
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ring.h b/src/ring.h
index 51cf4c0..49aa948 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.7 2012/06/22 10:22:25 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/03/10 11:49:33 james
* *** empty log message ***
*
@@ -35,7 +38,8 @@
#ifndef __RING_H__
#define __RING_H__
-typedef struct {
+typedef struct
+{
uint8_t *ring;
int wptr;
int rptr;