diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-05-19 21:49:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-05-19 21:49:57 +0000 |
commit | 9e7a5fa5efd7b182fe726c245b37bdbb7e745083 (patch) | |
tree | 512882b58b8b0a48bc25bd1aa710c4d8fc7f54cb | |
parent | 9c01a3d0db18c41c0186b12e3d40e7c6ab00623a (diff) | |
download | rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.tar.gz rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.tar.bz2 rtmux-9e7a5fa5efd7b182fe726c245b37bdbb7e745083.zip |
Spacing nits.
-rw-r--r-- | GNUmakefile | 4 | ||||
-rw-r--r-- | compat.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7c03ac95..b2248b30 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.126 2010-05-12 19:47:25 nicm Exp $ +# $Id: GNUmakefile,v 1.127 2010-05-19 21:49:57 nicm Exp $ # # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> # @@ -28,7 +28,7 @@ LIBS+= # Sun CC ifneq ($(shell ($(CC) -V 2>&1|awk '/Sun C/' || true)), ) - CFLAGS+=-erroff=E_EMPTY_DECLARATION + CFLAGS+= -erroff=E_EMPTY_DECLARATION FDEBUG= endif @@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.22 2010-05-19 21:40:49 nicm Exp $ */ +/* $Id: compat.h,v 1.23 2010-05-19 21:49:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -42,7 +42,7 @@ typedef uint64_t u_int64_t; #else #include "compat/tree.h" #endif - + #ifdef HAVE_BITSTRING_H #include <bitstring.h> #else |