mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Remove 'the the' typos
This commit is contained in:
parent
9f087ee7f0
commit
8ab7c4535a
@ -53,7 +53,7 @@ struct JpegEncoderUsrContext {
|
||||
JpegEncoderContext* jpeg_encoder_create(JpegEncoderUsrContext *usr);
|
||||
void jpeg_encoder_destroy(JpegEncoderContext *encoder);
|
||||
|
||||
/* returns the total size of the encoded data. Images must be supplied from the the
|
||||
/* returns the total size of the encoded data. Images must be supplied from the
|
||||
top line to the bottom */
|
||||
int jpeg_encode(JpegEncoderContext *jpeg, int quality, JpegEncoderImageType type,
|
||||
int width, int height, uint8_t *lines, unsigned int num_lines, int stride,
|
||||
|
||||
@ -323,7 +323,7 @@ static TunneledBufferProcessQueue *tunnel_socket_alloc_simple_print_reply_proces
|
||||
static void free_simple_process_queue(TunneledBufferProcessQueue *queue);
|
||||
|
||||
typedef struct ServiceCallback {
|
||||
/* allocating the the queue & setting the analysis proc by service type */
|
||||
/* allocating the queue & setting the analysis proc by service type */
|
||||
TunneledBufferProcessQueue *(*alloc_process_queue)(RedSocket * sckt);
|
||||
void (*free_process_queue)(TunneledBufferProcessQueue *queue);
|
||||
} ServiceCallback;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user