mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Fix coding style
This commit is contained in:
parent
a525b3bd09
commit
d111484f89
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ static void AddFiltersToDialog( GtkWidget *dialog, const char *filterList )
|
|||
char typebufWildcard[NFD_MAX_STRLEN];
|
||||
|
||||
/* add another type to the filter */
|
||||
if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1) {
|
||||
if (strlen(typebuf) <= 0 || strlen(typebuf) > NFD_MAX_STRLEN-1)
|
||||
{
|
||||
p_filterList++;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue