Browse Source

Merge pull request #538 from xtne6f/pr-bom

Delete Byte Order Mark
bel2125 7 years ago
parent
commit
0c391e1e50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/civetweb.c

+ 2 - 2
src/civetweb.c

@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2017 the Civetweb developers
+/* Copyright (c) 2013-2017 the Civetweb developers
  * Copyright (c) 2004-2013 Sergey Lyubka
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -150,7 +150,7 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check");
  * but is used, the compiler raises a completely idiotic
  * "used-but-marked-unused" warning - and
  *   #pragma GCC diagnostic ignored "-Wused-but-marked-unused"
- * raises error: unknown option after ‘#pragma GCC diagnostic’.
+ * raises error: unknown option after "#pragma GCC diagnostic".
  * Disable this warning completely, until the GCC guys sober up
  * again.
  */