aboutsummaryrefslogtreecommitdiffstats
path: root/apps/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/expand.c')
-rw-r--r--apps/expand.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/expand.c b/apps/expand.c
index ad73e70..4ac563c 100644
--- a/apps/expand.c
+++ b/apps/expand.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.7 2012/06/22 10:22:24 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/03/11 17:56:04 james
* *** empty log message ***
*
@@ -33,6 +36,11 @@ static char rcsid[] = "$Id$";
#include <sympathy.h>
#include <string.h>
+static inline char *
+stop_wno_unused_on_rcsid (void)
+{
+ return rcsid;
+}
static int
xdigit_to_i (char c)