X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=422e2b5c0f406fb2019f8de03e7ab9ffc898b65f;hp=34646e70217374539ef21dee2e1c57554333d8c4;hb=a2595950c7733835ddcf0f306385fd134cdb610b;hpb=a32de76d61304b310d4ef16278ef3f50f6402d85 diff --git a/src/helper/log.h b/src/helper/log.h index 34646e7021..422e2b5c0f 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 */