From d94da50a46bea897c5122aae6d1f56e0a6780a82 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Feb 2020 11:22:30 +0900 Subject: Remove remaining 'register' instructions. Signed-off-by: Michele Calgaro (cherry picked from commit 30606e55f1a570463d837cb110b0bd4adba6643b) --- tdecore/kmdcodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/kmdcodec.cpp') diff --git a/tdecore/kmdcodec.cpp b/tdecore/kmdcodec.cpp index 9b74c53b0..b5d540f53 100644 --- a/tdecore/kmdcodec.cpp +++ b/tdecore/kmdcodec.cpp @@ -137,7 +137,7 @@ const unsigned int KCodecs::maxQPLineLength = 70; /******************************** KCodecs ********************************/ // strchr(3) for broken systems. -static int rikFindChar(register const char * _s, const char c) +static int rikFindChar(const char * _s, const char c) { const char * s = _s; -- cgit v1.2.1