diff --git a/programs/winedbg/dbg.y b/programs/winedbg/dbg.y index be4e573260e..322df241c87 100644 --- a/programs/winedbg/dbg.y +++ b/programs/winedbg/dbg.y @@ -154,6 +154,7 @@ command: pathname: identifier { $$ = $1; } + | tSTRING { $$ = $1; } | tPATH { $$ = $1; } ;