summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_utils.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 01:26:26 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 01:26:26 (EST)
commit99be91a0fdb86a6826a0cdcf8bede14b7d01c9a8 (patch)
treef4936cb82a62d52baf91e0ae62df51c79cf48f28 /libopkg/opkg_utils.c
parent377c695695365f89f0a47507d17562be67d8ca04 (diff)
Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
git-svn-id: http://opkg.googlecode.com/svn/trunk@289 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_utils.c')
-rw-r--r--libopkg/opkg_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_utils.c b/libopkg/opkg_utils.c
index d40999f..2bb7c2e 100644
--- a/libopkg/opkg_utils.c
+++ b/libopkg/opkg_utils.c
@@ -48,7 +48,7 @@ long unsigned int get_available_blocks(char * filesystem)
}
/* something to remove whitespace, a hash pooper */
-char *trim_alloc(const char *src)
+char *trim_xstrdup(const char *src)
{
const char *end;