[libc] fix missing semicolon in bsd_ext.td
authorMichael Jones <michaelrj@google.com>
Wed, 18 May 2022 18:17:11 +0000 (11:17 -0700)
committerMichael Jones <michaelrj@google.com>
Wed, 18 May 2022 18:22:26 +0000 (11:22 -0700)
Fix typo in previous commit

Differential Revision: https://reviews.llvm.org/D125913

libc/spec/bsd_ext.td

index 05d439d..09832f7 100644 (file)
@@ -15,5 +15,5 @@ def BsdExtensions : StandardSpec<"BSDExtensions"> {
 
   let Headers = [
     String,
-  ]
+  ];
 }