From a420c4eb58500282398508c204f9e0d4f0c5c36c Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Sun, 7 Feb 2021 12:04:07 +0100 Subject: [PATCH] smart_: renaming the file The destination file is a wildcard one. Therefore the C file should be named with a trailing `_`. --- plugins/disk/smart-c/{smart.c => smart_.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/disk/smart-c/{smart.c => smart_.c} (100%) diff --git a/plugins/disk/smart-c/smart.c b/plugins/disk/smart-c/smart_.c similarity index 100% rename from plugins/disk/smart-c/smart.c rename to plugins/disk/smart-c/smart_.c