Update arghandler.h

This commit is contained in:
Scoots 2017-04-22 17:24:05 -04:00 committed by GitHub
parent b7e103b87d
commit 7632a28457

View File

@ -3,7 +3,7 @@
#include <argp.h>
/************************************************************************************
* @author Jacob McCloughan
* @author Scoots
* @version 3/03/2017
* @see argp.h
*
@ -56,4 +56,4 @@ error_t parse_opt(int key, char* arg, struct argp_state *state);
*/
void setup(int argc, char** argv);
#endif
#endif