diff options
author | pancake <pancake@dazo> | 2008-12-14 01:40:49 +0100 |
---|---|---|
committer | pancake <pancake@dazo> | 2008-12-14 01:40:49 +0100 |
commit | fc3a613276f147c73214f67839e362f08664c7b1 (patch) | |
tree | 573caf9106d8202516e88c1b2bc4410c322df4ec /src/fiasco.c | |
parent | 5a96158322b4b7e8289dfd429af3e7b15a99d173 (diff) | |
download | 0xFFFF-fc3a613276f147c73214f67839e362f08664c7b1.tar.bz2 |
* Minor stetical fixups
* Cut 0.4 release :)
Diffstat (limited to 'src/fiasco.c')
-rw-r--r-- | src/fiasco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fiasco.c b/src/fiasco.c index a521270..3e9da9f 100644 --- a/src/fiasco.c +++ b/src/fiasco.c @@ -208,7 +208,6 @@ int fiasco_add_eof(int fd) return 0; } - int fiasco_add(int fd, const char *name, const char *file, const char *version) { int gd,ret; |