aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.c
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-03-24 03:52:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-03-24 03:52:46 +0800
commitd2e39f53aef475f9747aae84dcb22baf26c72b78 (patch)
tree4431e4e0c41b5ba2b0f40bd8f4fcbb9e6879f597 /e-util/e-sexp.c
parenteaaa546aca76513ce1a3cf060cc1337d57efa7d8 (diff)
downloadgsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.gz
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.bz2
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.lz
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.xz
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.zst
gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.zip
Formatting cleanup.
2000-03-22 NotZed <NotZed@HelixCode.com> * e-util/e-sexp.h: Formatting cleanup. svn path=/trunk/; revision=2154
Diffstat (limited to 'e-util/e-sexp.c')
-rw-r--r--e-util/e-sexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-sexp.c b/e-util/e-sexp.c
index b1438c1468..ad36c368bf 100644
--- a/e-util/e-sexp.c
+++ b/e-util/e-sexp.c
@@ -1019,7 +1019,7 @@ e_sexp_set_scope(ESExp *f, int scope)
}
void
-e_sexp_input_text(ESExp *f, char *text, int len)
+e_sexp_input_text(ESExp *f, const char *text, int len)
{
g_return_if_fail(FILTER_IS_SEXP(f));
g_return_if_fail(text != NULL);