diff options
Diffstat (limited to 'msdos/is_exec.c')
-rw-r--r-- | msdos/is_exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/msdos/is_exec.c b/msdos/is_exec.c index 899c574af0d..4da0ec35c56 100644 --- a/msdos/is_exec.c +++ b/msdos/is_exec.c @@ -220,3 +220,6 @@ _is_executable(const char *filename, int fhandle, const char *extension) return 0; } + +/* arch-tag: b0965811-8c3e-4bc4-8d81-4447a3594785 + (do not change this comment) */ |