diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-29 15:55:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-30 16:50:54 +0100 |
commit | 9b62f401ae723894ac123c555a02390e061d24e6 (patch) | |
tree | 12246bda05df11b23c6553e388ae3bfbda950cce /src | |
parent | fe74809cb55b3d3162bdf7f8323b4422fe1475f9 (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index 0cd0a0d18..31c005773 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -892,7 +892,7 @@ return string_sprintf("%s/%s/%s/%s/%s%s", spool_directory, queue_name, purpose, subdir, fname, suffix); } -static void +static inline void set_subdir_str(uschar * subdir_str, const uschar * name, int search_sequence) { |