mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-28 07:23:07 +01:00
Minor
This commit is contained in:
parent
99db6496ca
commit
9197d42809
@ -13,6 +13,8 @@
|
||||
|
||||
#define PREVP_SIZE sizeof(Preview *)
|
||||
|
||||
#define MIMETYPE_MAX 64
|
||||
|
||||
VECTOR_GEN_SOURCE(Preview, Preview)
|
||||
|
||||
static struct {
|
||||
|
@ -6,8 +6,6 @@
|
||||
#include "vector.h"
|
||||
#include "result.h"
|
||||
|
||||
#define MIMETYPE_MAX 64
|
||||
|
||||
enum PreviewAttr {
|
||||
PREV_ATTR_NONE = 0,
|
||||
PREV_ATTR_EXT_SHORT = 1 << 0,
|
||||
|
Loading…
Reference in New Issue
Block a user