From: Michael Beck Date: Sat, 15 Nov 2008 18:33:03 +0000 (+0000) Subject: - fix r23688 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b603d9c9887767bf890cc53c7284ba583b60c397;p=libfirm - fix r23688 [r23690] --- diff --git a/ir/be/beemitter.h b/ir/be/beemitter.h index 0738cc69b..4211382f9 100644 --- a/ir/be/beemitter.h +++ b/ir/be/beemitter.h @@ -80,7 +80,7 @@ static inline void be_emit_string(const char *str) * @param str the null-terminated string constant */ #define be_emit_cstring(str) \ - be_emit_string_len(str, sizeof(str) - 1); + be_emit_string_len(str, sizeof(str) - 1) /** * Initializes an emitter environment.