diff options
| author | 2008-12-01 21:23:58 +0100 | |
|---|---|---|
| committer | 2008-12-01 21:23:58 +0100 | |
| commit | 7563917755cf58cee80fbd5bc56a1ab0f563963a (patch) | |
| tree | b393259faad8a7f6c1e6e89764b0e25ce118765a /dev | |
| parent | 36eff97cba9049ce7ec194cb4f8926c7876368eb (diff) | |
| download | libimobiledevice-7563917755cf58cee80fbd5bc56a1ab0f563963a.tar.gz libimobiledevice-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 @@ | |||
| 10 | #include <stdio.h> | 10 | #include <stdio.h> |
| 11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
| 12 | 12 | ||
| 13 | |||
| 13 | int main(int argc, char *argv[]) | 14 | int main(int argc, char *argv[]) |
| 14 | { | 15 | { |
| 15 | struct stat *filestats = (struct stat *) malloc(sizeof(struct stat)); | 16 | struct stat *filestats = (struct stat *) malloc(sizeof(struct stat)); |
