aboutsummaryrefslogtreecommitdiff
path: root/array.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
commita5acabd9230eb70e802ece13542ec647c52b7ee2 (patch)
tree1b9cac80e3edf158c0a820cf027656f4c0f6ca06 /array.h
parente65aa04ad780b76c3356d281677bb7a71c89cda3 (diff)
downloadrtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.gz
rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.bz2
rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.zip
Sync OpenBSD patchset 467:
tabs are better; ok nicm
Diffstat (limited to 'array.h')
-rw-r--r--array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/array.h b/array.h
index 3d96d81f..847e7171 100644
--- a/array.h
+++ b/array.h
@@ -1,4 +1,4 @@
-/* $Id: array.h,v 1.7 2008-09-29 16:58:02 nicm Exp $ */
+/* $Id: array.h,v 1.8 2009-10-28 23:12:38 tcunha Exp $ */
/*
* Copyright (c) 2006 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -85,7 +85,7 @@
ARRAY_ITEMSIZE(a) * ((a)->num - (i) - 1)); \
} \
(a)->num--; \
- if ((a)->num == 0) \
+ if ((a)->num == 0) \
ARRAY_FREE(a); \
} while (0)