summaryrefslogtreecommitdiff
path: root/src/api/yajl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/yajl_common.h')
-rw-r--r--src/api/yajl_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/yajl_common.h b/src/api/yajl_common.h
index b208fd7..9596ef9 100644
--- a/src/api/yajl_common.h
+++ b/src/api/yajl_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011, Lloyd Hilaiel <lloyd@hilaiel.com>
+ * Copyright (c) 2007-2014, Lloyd Hilaiel <me@lloyd.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -21,7 +21,7 @@
#ifdef __cplusplus
extern "C" {
-#endif
+#endif
#define YAJL_MAX_DEPTH 128
@@ -40,7 +40,7 @@ extern "C" {
# else
# define YAJL_API
# endif
-#endif
+#endif
/** pointer to a malloc function, supporting client overriding memory
* allocation routines */