blob: 24ef3c15fa34939b80254c379f0c4296eb8ac12b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
--- bs1770gain-0.6.0/libbg/bgx.c 2019-08-13 08:09:47.000000000 +0200
+++ bs1770gain-0.6.0.new/libbg/bgx.c 2019-09-13 20:13:48.828606603 +0200
@@ -37,16 +37,12 @@
* turn with "libff.a".) finally serving as bs1770gain's implementation.
*/
#if 1 // [
-#if 1 // [
#define BS1770GAIN_TEAM_WHITE \
" #TeamWhite"
#else // ] [
#define BS1770GAIN_TEAM_WHITE \
""
#endif // ]
-#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
- "Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
-#endif // ]
///////////////////////////////////////////////////////////////////////////////
static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)
|