forked from ExternalVendorCode/Signal-Server
Various maintainability and speed improvements
This commit is contained in:
@@ -14,8 +14,10 @@ int ppm_write(image_ctx_t *ctx, FILE* fd);
|
||||
image_dispatch_table_t ppm_dt = {\
|
||||
.init = ppm_init, \
|
||||
.add_pixel = ppm_add_pixel, \
|
||||
.set_pixel = NULL, \
|
||||
.get_pixel = ppm_get_pixel, \
|
||||
.write = ppm_write
|
||||
.write = ppm_write, \
|
||||
.free = NULL
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user