(menu_entries_cbs_title.c) Cleanup

This commit is contained in:
twinaphex 2015-06-08 11:40:20 +02:00
parent 56c9008040
commit 446a1756ff
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@
#include <string/stdstring.h>
#include <file/file_path.h>
#include <rhash.h>
#include "menu.h"
#include "menu_entries_cbs.h"
#include <rhash.h>
static INLINE void replace_chars(char *str, char c1, char c2)
{
char *pos;