Commit 09e1cfe1 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Fix for orphaned else statement

parent 26a60857
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2701,8 +2701,10 @@ ivas_error RenderConfigReader_read(
#endif
                        free( pCombinedName );
                    }
#ifdef DEBUGGING
                    else
#endif
#endif
#ifdef DEBUGGING
                        if ( strcmp( item, "RENDERER" ) == 0 )
                    {