File: 0001-forgotten-semicolon.patch

package info (click to toggle)
libxtrxdsp 0.0.1%2Bgit20190830.eec2864-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: ansic: 2,538; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Added semicolon, forgotten by the upstream author.
--- a/xtrxdsp.c
+++ b/xtrxdsp.c
@@ -95,7 +95,7 @@
 
 typedef struct cpu_features {
 	bool _nothing
-} cpu_features_t
+} cpu_features_t;
 
 static void cpu_features_init(cpu_features_t* features)
 {