Skip to content

Commit

Permalink
Added const
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 20, 2014
1 parent 8c333fa commit a322243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_codec.h
Expand Up @@ -157,7 +157,7 @@ struct mms_read_ind {
};

struct mms_attachment {
unsigned char *data;
const unsigned char *data;
size_t offset;
size_t length;
char *content_type;
Expand Down

0 comments on commit a322243

Please sign in to comment.