From 19cb895c2197dc2adbb46a0a46cae63ba98c7d8a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 5 Apr 2003 01:35:54 +0000 Subject: [PATCH] Fix obvious typo in last checkin Original commit message from CVS: Fix obvious typo in last checkin --- ext/a52dec/gsta52dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/a52dec/gsta52dec.c b/ext/a52dec/gsta52dec.c index ae86a08..fc455f2 100644 --- a/ext/a52dec/gsta52dec.c +++ b/ext/a52dec/gsta52dec.c @@ -40,7 +40,7 @@ typedef guint8 uint8_t; typedef guint32 uint32_t; #endif /* grosj... but it works (tm) */ -#end /* HAVE_STDINT_H */ +#endif /* HAVE_STDINT_H */ #include #include -- 2.7.4