From cbf9627fd8d20b7b35ee8376ad8cd36f8aa8bb51 Mon Sep 17 00:00:00 2001 From: Mikolaj Kucharski Date: Sun, 29 Nov 2020 09:19:26 +0000 Subject: [PATCH] final Revision CVS keyword removal --- backend/hp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/hp.c b/backend/hp.c index 83c7fb639..0e63af207 100644 --- a/backend/hp.c +++ b/backend/hp.c @@ -44,7 +44,6 @@ */ static char *hp_backend_version = "1.06"; -static char *hp_backend_revision = "$Revision$"; /* Changes: V 1.06: @@ -653,8 +652,8 @@ hp_read_config (void) is_df_config = 1; cu_device[0] = '\0'; - DBG(1, "hp_read_config: hp backend v%s/%s starts reading config file\n", - hp_backend_version, hp_backend_revision); + DBG(1, "hp_read_config: hp backend v%s starts reading config file\n", + hp_backend_version); if ((fp = sanei_config_open(HP_CONFIG_FILE)) != 0) {