Fixed missing parenthesis
This commit is contained in:
parent
603740b13b
commit
6cbe50d9ef
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: clock.h,v 1.8 2009/01/23 16:13:57 adamdunkels Exp $
|
||||
* $Id: clock.h,v 1.9 2009/01/23 17:16:38 adamdunkels Exp $
|
||||
*/
|
||||
#ifndef __CLOCK_H__
|
||||
#define __CLOCK_H__
|
||||
|
@ -68,7 +68,7 @@
|
|||
* clock time values.
|
||||
*
|
||||
*/
|
||||
#define CLOCK_LT(a, b) ((clock_time_t)((a) - (b))
|
||||
#define CLOCK_LT(a, b) ((clock_time_t)((a) - (b)))
|
||||
|
||||
/**
|
||||
* Initialize the clock library.
|
||||
|
|
Loading…
Reference in a new issue