ref: 01736665634a1be9b07b275a5a365b56f445d965
parent: 72f228cadf2b189713cdcb92c1cb20facdab0822
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue May 20 06:30:43 EDT 2003
Recorrect a typo in the recommit. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@252 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/os_types.h
+++ b/os_types.h
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002 artofcode LLC.
+ Copyright (c) 2003 artofcode LLC.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,6 +25,6 @@
#include "config_win32.h"
#endif
-+#if defined(HAVE_STDINT_H) || defined(__MACOS__)
+#if defined(HAVE_STDINT_H) || defined(__MACOS__)
#include <stdint.h>
#endif