[glib] Remove UTF-8 quotation marks
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove UTF-8 quotation marks
- Date: Mon, 13 Apr 2015 19:30:32 +0000 (UTC)
commit 46779a31224714ce28d0bea4b0575826bb27e772
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Apr 13 12:30:16 2015 -0700
Remove UTF-8 quotation marks
https://bugzilla.gnome.org/show_bug.cgi?id=747772
glib/gmacros.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmacros.h b/glib/gmacros.h
index 3b9a6b0..9cc314e 100644
--- a/glib/gmacros.h
+++ b/glib/gmacros.h
@@ -280,7 +280,7 @@
* if (x) G_STMT_START { ... } G_STMT_END; else ...
* This intentionally does not use compiler extensions like GCC's '({...})' to
* avoid portability issue or side effects when compiled with different compilers.
- * MSVC complains about "while(0)": C4127: “Conditional expression is constant”,
+ * MSVC complains about "while(0)": C4127: "Conditional expression is constant",
* so we use __pragma to avoid the warning since the use here is intentional.
*/
#if !(defined (G_STMT_START) && defined (G_STMT_END))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]