diff options
Diffstat (limited to 'ppapi/c/pp_bool.h')
-rw-r--r-- | ppapi/c/pp_bool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_bool.h b/ppapi/c/pp_bool.h index 961075d..acd7ce1 100644 --- a/ppapi/c/pp_bool.h +++ b/ppapi/c/pp_bool.h @@ -22,8 +22,8 @@ /** * The <code>PP_Bool</code> enum is a boolean value for use in PPAPI C headers. * The standard bool type is not available to pre-C99 compilers, and is not - * guaranteed to be compatible between C and C++, whereas the PPAPI C - * headers can be included from C or C++ code. + * guaranteed to be compatible between C and C++, whereas the PPAPI C headers + * can be included from C or C++ code. */ typedef enum { PP_FALSE = 0, |