diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-04 09:01:07 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-04 09:01:07 +0000 |
commit | a3fb178b10d6cff8d0e327c6889a1bc7501191a5 (patch) | |
tree | a119117723743355c02c068bc7761be7aa917dab /src/htssafe.h | |
parent | b1fa75dfe08461c0f1349093266bcdc852bcd713 (diff) |
Newlines.
Diffstat (limited to 'src/htssafe.h')
-rw-r--r-- | src/htssafe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htssafe.h b/src/htssafe.h index 4768494..6b53ce7 100644 --- a/src/htssafe.h +++ b/src/htssafe.h @@ -51,7 +51,7 @@ HTSEXT_API htsErrorCallback htsCallbackErr; /** * Log an abort condition, and calls abort(). */ -#define abortLog(a) abortf_(a, __FILE__, __LINE__)
+#define abortLog(a) abortf_(a, __FILE__, __LINE__) /** * Fatal assertion check. |