From 8b6fb6959214da7384edc013272989d9bdc96643 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Wed, 14 Feb 2007 01:07:47 +0000 Subject: [PATCH] Added newline char to end of line (remove compile warning) --- alg/motif_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alg/motif_parser.cpp b/alg/motif_parser.cpp index 633e905..06989c0 100644 --- a/alg/motif_parser.cpp +++ b/alg/motif_parser.cpp @@ -129,4 +129,4 @@ void motif_parser::ParsedMotifs::parse(const std::string &data) motifs.clear(); throw motif_load_error(msg.str()); } -} \ No newline at end of file +} -- 2.30.2