mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
Code style
This commit is contained in:
@@ -95,7 +95,6 @@ typedef int (*read_func_t)(struct vfile *, void *buf, size_t size);
|
||||
typedef void (*close_func_t)(struct vfile *);
|
||||
|
||||
typedef struct vfile {
|
||||
|
||||
union {
|
||||
int fd;
|
||||
struct archive *arc;
|
||||
|
||||
Reference in New Issue
Block a user