summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 973bbd2..9b24fe6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
/* main.c -- Entry point to the program.
- Copyright (C) 2017 Jakob Tsar-Fox, All Rights Reserved.
+ Copyright (C) 2017 Jakob Kreuze, All Rights Reserved.
This file is part of Nekopack.
@@ -35,6 +35,7 @@
#define VERSION_STR "2.0.0a2"
+
/* Pointer to a function to be mapped to entries in the table. */
typedef void (*mapfn)(struct stream *archive, struct table_entry *e,
struct params p);