Skip to content

Commit ec3590c

Browse files
authored
Update main.c
1 parent 7767673 commit ec3590c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/glade/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include "encode.c"
2323
#include "decode.c"
2424

25-
#define MAX_ERROR_MSG 0x1000
25+
#define MAX_ERROR_MSG 0x1000
26+
#define ERASER_SIZE 512 //1k
27+
#define ERASER_ENC_SIZE 896 //1k
2628
#define MAX_CNTF 50 // 최대 검출 파일 개수 //
27-
#define ERASER_SIZE 512 //1k
28-
#define ERASER_ENC_SIZE 896 //1k
2929

3030
typedef struct Data_storage
3131
{

0 commit comments

Comments
 (0)