mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-11 15:22:58 +02:00
reformat null plugin with pointer symbol on the right
This commit is contained in:
committed by
Gregory Hainaut
parent
a678ae2529
commit
1f8a0db290
@@ -21,8 +21,8 @@ extern HINSTANCE hInst;
|
||||
void SaveConfig()
|
||||
{
|
||||
|
||||
Config* Conf1 = &conf;
|
||||
char* szTemp;
|
||||
Config *Conf1 = &conf;
|
||||
char *szTemp;
|
||||
char szIniFile[256], szValue[256];
|
||||
|
||||
GetModuleFileName(GetModuleHandle((LPCSTR)hInst), szIniFile, 256);
|
||||
@@ -37,11 +37,11 @@ void SaveConfig()
|
||||
|
||||
void LoadConfig()
|
||||
{
|
||||
FILE* fp;
|
||||
FILE *fp;
|
||||
|
||||
|
||||
Config* Conf1 = &conf;
|
||||
char* szTemp;
|
||||
Config *Conf1 = &conf;
|
||||
char *szTemp;
|
||||
char szIniFile[256], szValue[256];
|
||||
|
||||
GetModuleFileName(GetModuleHandle((LPCSTR)hInst), szIniFile, 256);
|
||||
|
||||
Reference in New Issue
Block a user