aboutsummaryrefslogtreecommitdiffstats
path: root/apps/expand.c
diff options
context:
space:
mode:
authorjames <>2012-06-22 10:22:25 +0000
committerjames <>2012-06-22 10:22:25 +0000
commitc945112e89222e697c3733c69eab685f606a5be5 (patch)
tree20d0d125ed4d76259f87740d5cd9344bcade24d5 /apps/expand.c
parent9a219228a74b32f3b3202609a155d8f22ba47da8 (diff)
downloadsympathy-c945112e89222e697c3733c69eab685f606a5be5.tar.gz
sympathy-c945112e89222e697c3733c69eab685f606a5be5.tar.bz2
sympathy-c945112e89222e697c3733c69eab685f606a5be5.zip
*** empty log message ***
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)