]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-binary.h
UCW::CGI: Escaping functions silently convert undef to undef
[libucw.git] / ucw / ff-binary.h
index 0e9144d54cc76bec12001afd449762f89de46a55..448ce0626dbb630b743de70228b04e5079a3a03b 100644 (file)
@@ -11,8 +11,8 @@
 #ifndef _UCW_FF_BINARY_H
 #define _UCW_FF_BINARY_H
 
-#include "ucw/fastbuf.h"
-#include "ucw/unaligned.h"
+#include <ucw/fastbuf.h>
+#include <ucw/unaligned.h>
 
 #ifdef CPU_BIG_ENDIAN
 #define FF_ENDIAN be
@@ -42,7 +42,7 @@
  * - `_le` for little-endian
  * - `_be` for big-endian
  *
- * If we fail to read enough bytes because the EOF, the reading function returns `(TYPE)-1`.
+ * If we fail to read enough bytes because of EOF, the reading function returns `(TYPE)-1`.
  *
  ***/