aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-08-05 13:39:46 +0200
committerJaap Keuter <jaap.keuter@xs4all.nl>2021-08-05 14:05:22 +0000
commit9a35314d79cb0aafc807f7549464062d27dff4f8 (patch)
tree529bc2d94677a60a43b34fd36c830b7e15893737 /tools
parent02adaa13850267ac62088a31c10f1e937c65ea52 (diff)
Generate a valid source file, with a newline at the end
Diffstat (limited to 'tools')
-rw-r--r--tools/make-pci-ids.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/make-pci-ids.py b/tools/make-pci-ids.py
index 02c3d18889..442012a355 100644
--- a/tools/make-pci-ids.py
+++ b/tools/make-pci-ids.py
@@ -108,7 +108,8 @@ const char *pci_id_str(guint16 vid, guint16 did, guint16 svid, guint16 ssid)
return ids_ptr->name;
return not_found;
-}"""
+}
+"""
id_list=[]