aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-21 06:19:40 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-21 06:19:40 +0000
commit4be3c7e95f1f6c9bb4b172fdc1d833e9333f7cf5 (patch)
tree60827903a3eb045b8406d2a16d365f9cdccb6a1c /evaluator.c
parent0f7cd40f369ec05a2fe8f829fa357217ca5eefb9 (diff)
downloadlcd4linux-4be3c7e95f1f6c9bb4b172fdc1d833e9333f7cf5.tar.gz
new function 'decode()'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@754 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'evaluator.c')
-rw-r--r--evaluator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluator.c b/evaluator.c
index e2b103f..aaebee9 100644
--- a/evaluator.c
+++ b/evaluator.c
@@ -274,7 +274,7 @@ RESULT *SetResult(RESULT ** result, const int type, const void *value)
}
-static RESULT *CopyResult(RESULT ** result, RESULT * value)
+RESULT *CopyResult(RESULT ** result, RESULT * value)
{
if (*result == NULL) {
if ((*result = NewResult()) == NULL)