mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
mark all local functions as static
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
#include "InputCommon/UDPWrapper.h"
|
||||
|
||||
const std::string DefaultPort(const int index)
|
||||
static const std::string DefaultPort(const int index)
|
||||
{
|
||||
static std::string s;
|
||||
s = "443";
|
||||
|
Reference in New Issue
Block a user