diff options
Diffstat (limited to 'src/deps.c')
-rw-r--r-- | src/deps.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -// -// Created by jhunk on 12/16/19. -// +/** + * @file deps.c + */ #include "spm.h" int exists(const char *filename) { |