Fix indentation (and clang warning) in c-lang.c
[deliverable/binutils-gdb.git] / gdb / user-regs.c
index c9e8c0d67f7b073a0db4481e4496a632f53524d0..d961d1be4c13c43a028e9d4c922a137e187b4151 100644 (file)
@@ -1,6 +1,6 @@
 /* User visible, per-frame registers, for GDB, the GNU debugger.
 
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2019 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -240,6 +240,6 @@ _initialize_user_regs (void)
 
   add_cmd ("user-registers", class_maintenance,
           maintenance_print_user_registers,
-          _("List the names of the current user registers.\n"),
+          _("List the names of the current user registers."),
           &maintenanceprintlist);
 }
This page took 0.024264 seconds and 4 git commands to generate.