From b7e103b87d3b873c6d1a66749ac38f34c9c9a22f Mon Sep 17 00:00:00 2001 From: Scoots Date: Sat, 22 Apr 2017 17:23:49 -0400 Subject: [PATCH] Update arghandler.c --- arghandler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arghandler.c b/arghandler.c index a64a015..213fbe6 100644 --- a/arghandler.c +++ b/arghandler.c @@ -3,7 +3,7 @@ #include "arghandler.h" /************************************************************************************ -* @author Jacob McCloughan +* @author Scoots * @version 3/03/2017 * @see arghandler.h * @@ -127,4 +127,4 @@ void setup(int argc, char** argv) { if (arguments.loadFile != NULL) { loadFile = arguments.loadFile; } -} \ No newline at end of file +}