summaryrefslogtreecommitdiff
path: root/src/apptype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apptype.c')
-rw-r--r--src/apptype.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/apptype.c b/src/apptype.c
index 74c52d6d..94736275 100644
--- a/src/apptype.c
+++ b/src/apptype.c
@@ -1,6 +1,6 @@
/*
* Adapted from: apptype.c, Written by Eberhard Mattes and put into the
- * public domain
+ * file_public domain
*
* Notes: 1. Qualify the filename so that DosQueryAppType does not do extraneous
* searches.
@@ -27,7 +27,7 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: apptype.c,v 1.16 2022/09/24 20:30:13 christos Exp $")
+FILE_RCSID("@(#)$File: apptype.c,v 1.17 2022/12/26 17:31:14 christos Exp $")
#endif /* lint */
#include <stdlib.h>
@@ -41,7 +41,7 @@ FILE_RCSID("@(#)$File: apptype.c,v 1.16 2022/09/24 20:30:13 christos Exp $")
#include <os2.h>
typedef ULONG APPTYPE;
-protected int
+file_protected int
file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf,
size_t nb)
{
@@ -116,7 +116,7 @@ file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf,
return -1;
} else if (type & FAPPTYP_DLL) {
if (type & FAPPTYP_PROTDLL)
- if (file_printf(ms, "protected ") == -1)
+ if (file_printf(ms, "file_protected ") == -1)
return -1;
if (file_printf(ms, "DLL") == -1)
return -1;