summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-16 15:10:26 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-16 15:10:26 +0000
commita2595950c7733835ddcf0f306385fd134cdb610b (patch)
tree429cdcce2f795bf5a95dc6ebb27b80669e3d072e /src/helper/log.h
parenta32de76d61304b310d4ef16278ef3f50f6402d85 (diff)
downloadopenocd+libswd-a2595950c7733835ddcf0f306385fd134cdb610b.tar.gz
openocd+libswd-a2595950c7733835ddcf0f306385fd134cdb610b.tar.bz2
openocd+libswd-a2595950c7733835ddcf0f306385fd134cdb610b.tar.xz
openocd+libswd-a2595950c7733835ddcf0f306385fd134cdb610b.zip
- cleanup and remove time() warning
git-svn-id: svn://svn.berlios.de/openocd/trunk@299 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index 34646e70..422e2b5c 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -73,7 +73,6 @@ extern int debug_level;
log_printf (LOG_ERROR, __FILE__, __LINE__, __FUNCTION__, expr); \
} while(0)
-
/* general failures
* error codes < 100
*/
@@ -84,5 +83,4 @@ extern int debug_level;
char *allocPrintf(const char *fmt, va_list ap);
-
#endif /* LOG_H */