From 549a53070ae03b47e11943727afe4f8927cb6c42 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 22 Mar 2016 15:58:13 +0100 Subject: [SERVER] Fix formatting --- src/shared/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/protocol.h b/src/shared/protocol.h index 9e28e7a..eb1178d 100644 --- a/src/shared/protocol.h +++ b/src/shared/protocol.h @@ -119,7 +119,7 @@ static inline bool dnbd3_get_crc32(int sock, uint32_t *master, void *buffer, siz * where no unrequested messages could arrive inbetween. */ static inline bool dnbd3_select_image_reply(serialized_buffer_t *buffer, int sock, uint16_t *protocol_version, char **name, uint16_t *rid, - uint64_t *imageSize) + uint64_t *imageSize) { dnbd3_reply_t reply; if ( !dnbd3_get_reply( sock, &reply ) ) { -- cgit v1.2.3-55-g7522