diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 8db840cec..fccb1a466 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -162,7 +162,7 @@ static int run(char *argv[3], struct in_addr *ip) | |||
162 | /** | 162 | /** |
163 | * Return milliseconds of random delay, up to "secs" seconds. | 163 | * Return milliseconds of random delay, up to "secs" seconds. |
164 | */ | 164 | */ |
165 | static unsigned ALWAYS_INLINE random_delay_ms(unsigned secs) | 165 | static ALWAYS_INLINE unsigned random_delay_ms(unsigned secs) |
166 | { | 166 | { |
167 | return rand() % (secs * 1000); | 167 | return rand() % (secs * 1000); |
168 | } | 168 | } |