summaryrefslogtreecommitdiff
path: root/source/common
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-09-30 20:13:30 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-09-30 20:13:30 +0000
commit1e24cf365bc9c8df179b145c90d52852724e54ee (patch)
tree3c0096caacc85baaf08f60f84ad7b7aa0812a740 /source/common
parentc25a97c7b4f09b4c9efa992434d341f5b89629ff (diff)
Notes
Diffstat (limited to 'source/common')
-rw-r--r--source/common/adfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/adfile.c b/source/common/adfile.c
index fc7c6b233d87e..902521fdbcfac 100644
--- a/source/common/adfile.c
+++ b/source/common/adfile.c
@@ -99,7 +99,7 @@ AdGenerateFilename (
}
FilenameBuf[i] = 0;
- strcat (FilenameBuf, ACPI_TABLE_FILE_SUFFIX);
+ strcat (FilenameBuf, FILE_SUFFIX_BINARY_TABLE);
return (FilenameBuf);
}