diff options
author | Jonathan Beck | 2008-12-01 21:23:58 +0100 |
---|---|---|
committer | Jonathan Beck | 2008-12-01 21:23:58 +0100 |
commit | 7563917755cf58cee80fbd5bc56a1ab0f563963a (patch) | |
tree | b393259faad8a7f6c1e6e89764b0e25ce118765a /dev | |
parent | 36eff97cba9049ce7ec194cb4f8926c7876368eb (diff) | |
download | libplist-7563917755cf58cee80fbd5bc56a1ab0f563963a.tar.gz libplist-7563917755cf58cee80fbd5bc56a1ab0f563963a.tar.bz2 |
cleanup unused functions.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/plutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/plutil.c b/dev/plutil.c index 0e25291..4a34077 100644 --- a/dev/plutil.c +++ b/dev/plutil.c @@ -10,6 +10,7 @@ #include <stdio.h> #include <stdlib.h> + int main(int argc, char *argv[]) { struct stat *filestats = (struct stat *) malloc(sizeof(struct stat)); |