mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-28 02:01:05 -05: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