correct datatype

This commit is contained in:
smayzy
2026-05-02 10:48:16 +02:00
parent aef366e593
commit ed516cc804
+1 -1
View File
@@ -53,7 +53,7 @@ typedef struct{
char title[30]; char title[30];
} StFlt; } StFlt;
typedef struct{ typedef struct{
int last_error; long last_error;
int error_level; int error_level;
int height; int height;
int width; int width;