summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:03:56 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-06-29 21:42:09 -0700
commit9359459145a82977bd543b965826a099e94b50f1 (patch)
tree57fba4ea49a6ebe49cb9b483acfefef5694238ea
parentce0543ac70ea86056a6f35aad2e8f2ad2d0fcfbb (diff)
downloadliberasurecode-9359459145a82977bd543b965826a099e94b50f1.tar.gz
api: Fix unterminated endif in Mac OS X section
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
-rw-r--r--include/erasurecode/erasurecode_stdinc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erasurecode/erasurecode_stdinc.h b/include/erasurecode/erasurecode_stdinc.h
index eb6d15e..8752337 100644
--- a/include/erasurecode/erasurecode_stdinc.h
+++ b/include/erasurecode/erasurecode_stdinc.h
@@ -131,4 +131,6 @@ extern DECLSPEC void ERASURECODE_free(void *mem);
/** The prototype for the application's main() function */
extern C_LINKAGE int EC_main(int argc, char *argv[]);
+#endif // MACOSX
+
#endif // _ERASURECODE_STDINC_H