Small typo on L1287 (#14)

Added a missing ')'
diff --git a/queue.c b/queue.c
index e35055f..14ad01e 100644
--- a/queue.c
+++ b/queue.c
@@ -1284,7 +1284,7 @@
 	configASSERT( ( pxQueue ) );

 

 	/* The buffer into which data is received can only be NULL if the data size

-	is zero (so no data is copied into the buffer. */

+	is zero (so no data is copied into the buffer). */

 	configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) );

 

 	/* Cannot block if the scheduler is suspended. */