From ccd260f879c888e9de37099f11fe83157d0cf558 Mon Sep 17 00:00:00 2001 From: n59321jh Date: Wed, 7 Aug 2024 15:48:52 +0100 Subject: [PATCH] Workflow test --- src/linux/cpu.c | 2 +- src/win32/plugin.c | 2 +- src/win32/thread.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/linux/cpu.c b/src/linux/cpu.c index a367422de225..dfcc877b16fe 100644 --- a/src/linux/cpu.c +++ b/src/linux/cpu.c @@ -1,4 +1,4 @@ -// Test with action. +// Test with action /***************************************************************************** * linux/cpu.c: CPU detection code for Linux ***************************************************************************** diff --git a/src/win32/plugin.c b/src/win32/plugin.c index a018a844ed8a..9828cb5a1c16 100644 --- a/src/win32/plugin.c +++ b/src/win32/plugin.c @@ -1,4 +1,4 @@ -// Test with action. +// Test with action /***************************************************************************** * plugin.c : Low-level dynamic library handling ***************************************************************************** diff --git a/src/win32/thread.c b/src/win32/thread.c index 17d464ba0b9e..326e903b9443 100644 --- a/src/win32/thread.c +++ b/src/win32/thread.c @@ -1,4 +1,4 @@ -// Test with action. +// Test with action /***************************************************************************** * thread.c : Win32 back-end for LibVLC *****************************************************************************