summaryrefslogtreecommitdiff
path: root/maje.c
diff options
context:
space:
mode:
Diffstat (limited to 'maje.c')
-rw-r--r--maje.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maje.c b/maje.c
index 3bbc5c0..19a382c 100644
--- a/maje.c
+++ b/maje.c
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
srcdir = ".";
}
- char **sources = find_source_files(srcdir);
+ struct majefile **sources = find_source_files(srcdir);
char *mainname = find_main(sources);
if (!mainname) {
printf("libraries not yet supported\n");