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 | |
parent | b1fa75dfe08461c0f1349093266bcdc852bcd713 (diff) |
Newlines.
-rw-r--r-- | src/htssafe.h | 2 | ||||
-rw-r--r-- | src/httrack.h | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/src/httrack.h b/src/httrack.h index da8e0f9..36787ba 100644 --- a/src/httrack.h +++ b/src/httrack.h @@ -35,7 +35,7 @@ Please visit our Website: http://www.httrack.com #include "htsglobal.h" #include "htscore.h" -#include "htssafe.h"
+#include "htssafe.h" #ifndef HTS_DEF_FWSTRUCT_t_StatsBuffer #define HTS_DEF_FWSTRUCT_t_StatsBuffer |