Chromium Code Reviews| Index: gcc/gcc/unwind-compat.c |
| diff --git a/gcc/gcc/unwind-compat.c b/gcc/gcc/unwind-compat.c |
| index d9e41d1a72c88b0d320eaeee693189edb08b2c14..5b41f24688deebd1ef922340e905aa3cd497c6e0 100644 |
| --- a/gcc/gcc/unwind-compat.c |
| +++ b/gcc/gcc/unwind-compat.c |
| @@ -192,7 +192,7 @@ extern void __libunwind_Unwind_SetGR |
| void |
| _Unwind_SetGR (struct _Unwind_Context *context, int index, |
| - _Unwind_Word val) |
| + _Unwind_Word val) |
| { |
| __libunwind_Unwind_SetGR (context, index, val); |
| } |