mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
typo
This commit is contained in:
parent
342fea020a
commit
1cf667b99e
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ extern "C" {
|
||||||
|
|
||||||
/*** library-private **********************************************************/
|
/*** library-private **********************************************************/
|
||||||
|
|
||||||
/* match tools */
|
/* math tools */
|
||||||
int mr_exactly_one_bit_set (int v);
|
int mr_exactly_one_bit_set (int v);
|
||||||
|
|
||||||
/* string tools */
|
/* string tools */
|
||||||
|
@ -115,6 +115,7 @@ void mr_split_filename (const char* pathNfilename, char** ret_basen
|
||||||
int mr_get_filemeta (const void* buf, size_t buf_bytes, uint32_t* ret_width, uint32_t *ret_height);
|
int mr_get_filemeta (const void* buf, size_t buf_bytes, uint32_t* ret_width, uint32_t *ret_height);
|
||||||
char* mr_get_fine_pathNfilename (const char* folder, const char* desired_name);
|
char* mr_get_fine_pathNfilename (const char* folder, const char* desired_name);
|
||||||
|
|
||||||
|
|
||||||
/* macros */
|
/* macros */
|
||||||
#define MR_QUOTEHELPER(name) #name
|
#define MR_QUOTEHELPER(name) #name
|
||||||
#define MR_STRINGIFY(macro) MR_QUOTEHELPER(macro)
|
#define MR_STRINGIFY(macro) MR_QUOTEHELPER(macro)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue