This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Misc
tags/1.9.4
falkTX
11 years ago
parent
ea7748e49f
commit
968538a166
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/includes/lv2/uri-map.h
+1
-1
source/includes/lv2/urid.h
+1
-1
source/includes/lv2/worker.h
+ 1
- 1
source/includes/lv2/uri-map.h
View File
@@ -92,7 +92,7 @@ typedef struct {
} LV2_URI_Map_Feature;
#ifdef __cplusplus
} /* extern "C" */
}
/* extern "C" */
#endif
#endif /* LV2_URI_MAP_H */
+ 1
- 1
source/includes/lv2/urid.h
View File
@@ -123,7 +123,7 @@ typedef struct _LV2_URID_Unmap {
} LV2_URID_Unmap;
#ifdef __cplusplus
} /* extern "C" */
}
/* extern "C" */
#endif
#endif /* LV2_URID_H */
+ 1
- 1
source/includes/lv2/worker.h
View File
@@ -152,7 +152,7 @@ typedef struct _LV2_Worker_Schedule {
} LV2_Worker_Schedule;
#ifdef __cplusplus
} /* extern "C" */
}
/* extern "C" */
#endif
#endif /* LV2_WORKER_H */
Write
Preview
Loading…
Cancel
Save