From 0a3b6213bbb8b9b3edaec944610eec48d213a81e Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 13 Oct 2008 06:52:05 +0000 Subject: Laurentiu Cocanu - Added additional error checks mostly to src/target/target.c git-svn-id: svn://svn.berlios.de/openocd/trunk@1041 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/time_support.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/helper/time_support.c') diff --git a/src/helper/time_support.c b/src/helper/time_support.c index b8ad45cb..6968ab7d 100644 --- a/src/helper/time_support.c +++ b/src/helper/time_support.c @@ -89,11 +89,9 @@ int timeval_add_time(struct timeval *result, int sec, int usec) return 0; } -int duration_start_measure(duration_t *duration) +void duration_start_measure(duration_t *duration) { gettimeofday(&duration->start, NULL); - - return ERROR_OK; } int duration_stop_measure(duration_t *duration, char **text) -- cgit v1.2.3