gdb/MAINTAINERS: add Luis Machado as global maintainer
[binutils-gdb.git] / gdb / split-name.c
index 35fe0fe20e728a982d0bc7012f0c943d46c0ef62..0253b3cf675ef925a5d612b379b7cab8bac3afdf 100644 (file)
@@ -1,6 +1,6 @@
 /* Split a symbol name.
 
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -58,7 +58,7 @@ split_name (const char *name, split_style style)
        }
       break;
 
-    case split_style::DOT:
+    case split_style::DOT_STYLE:
       /* D and Go-style names.  */
       for (const char *iter = strchr (name, '.');
           iter != nullptr;