diff options
author | NotZed <NotZed@HelixCode.com> | 2000-03-24 03:52:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-03-24 03:52:46 +0800 |
commit | d2e39f53aef475f9747aae84dcb22baf26c72b78 (patch) | |
tree | 4431e4e0c41b5ba2b0f40bd8f4fcbb9e6879f597 /e-util/e-sexp.c | |
parent | eaaa546aca76513ce1a3cf060cc1337d57efa7d8 (diff) | |
download | gsoc2013-evolution-d2e39f53aef475f9747aae84dcb22baf26c72b78.tar.gz 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.c | 2 |
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); |