diff options
| author | Ralph Amissah <ralph@amissah.com> | 2018-05-15 20:33:35 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 | 
| commit | 228d14579be7cd63fe3ffdea7a4da8e814c0905a (patch) | |
| tree | 4535606f6e3533c9be1987945889ff9958536ef7 /src | |
| parent | html & epub images in place (dimensions not & other issues) (diff) | |
org cosmetic, minor
Diffstat (limited to 'src')
| -rw-r--r-- | src/sdp/meta/metadoc_from_src.d | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/sdp/meta/metadoc_from_src.d b/src/sdp/meta/metadoc_from_src.d index fb95a98..b5fd5ab 100644 --- a/src/sdp/meta/metadoc_from_src.d +++ b/src/sdp/meta/metadoc_from_src.d @@ -5411,7 +5411,7 @@ template SiSUdocAbstraction() {        }        JSONValue[] biblio_unsorted_array_of_json_objects          = bib_arr_json.dup; -        destroy(bib_arr_json); +      destroy(bib_arr_json);        return biblio_unsorted_array_of_json_objects;      }      final private JSONValue[] biblio_sort(BJ)(BJ biblio_unordered) { | 
