X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Flog.h;h=7f9f32c59aef73253f124ce4f7084086bdeb49d4;hb=33bb0fe6194b697bfc7e89338c0ffac1c54d09be;hp=ad8d24795d434387d4e876a979f3c28701d5be30;hpb=e8641695c634109ebf5f1149923971770da1d28a;p=openocd.git diff --git a/src/helper/log.h b/src/helper/log.h index ad8d24795d..7f9f32c59a 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef ERROR_H @@ -138,5 +138,7 @@ extern int debug_level; * make no assumptions about what went wrong and try to handle the problem. */ #define ERROR_FAIL (-4) -#define ERROR_OK_EXIT (-5) +#define ERROR_WAIT (-5) + + #endif /* LOG_H */