X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=a790018f0ed2cb7b0fa9e003b30f1062a75bbd43;hp=aeb47dbb586942a478f7d88f423705e34ea772de;hb=0cba0d4df3fe120f08945703506f8405760325c9;hpb=846a2589a4161dc1e8e3730c9510a54381c26a5e diff --git a/src/helper/log.h b/src/helper/log.h index aeb47dbb58..a790018f0e 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -124,6 +124,6 @@ extern int debug_level; /* see "Error:" log entry for meaningful message to the user. The caller should * make no assumptions about what went wrong and try to handle the problem. */ -#define ERROR_FAIL (-4) +#define ERROR_FAIL (-4) #endif /* LOG_H */