Skip to content

Commit

Permalink
Fix(?) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrIron2 authored Dec 22, 2017
1 parent 0680d5c commit babe31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/filebrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int BrowserChangeFolder(bool updateDir, bool waitParse)
int i;
char tmp[200];

void* fart=NULL; //todo: wtf is the type declaration for part[][]???
void fart=NULL; //todo: wtf is the type declaration for part[][]???

if(isInserted[DEVICE_SD])
{
Expand Down

0 comments on commit babe31f

Please sign in to comment.