From 1c258a82738e145953fc9cf40c68dcce6db87d92 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 2 Jun 2013 18:57:22 +1000 Subject: GOS updates --- include/gqueue/gqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gqueue/gqueue.h') diff --git a/include/gqueue/gqueue.h b/include/gqueue/gqueue.h index deeca93b..38c1908d 100644 --- a/include/gqueue/gqueue.h +++ b/include/gqueue/gqueue.h @@ -47,7 +47,7 @@ typedef struct gfxQueueASync { struct gfxQueueASyncItem *head; struct gfxQueueASyncItem *tail; - } gfxQueueAsync; + } gfxQueueASync; typedef struct gfxQueueGSync { struct gfxQueueGSyncItem *head; struct gfxQueueGSyncItem *tail; @@ -57,7 +57,7 @@ typedef struct gfxQueueFSync { struct gfxQueueFSyncItem *head; struct gfxQueueFSyncItem *tail; gfxSem sem; - } gfxQueueGSync; + } gfxQueueFSync; /* @} */ /** -- cgit v1.2.3