mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Remove stray '}'
This commit is contained in:
@@ -116,7 +116,6 @@ $1
|
|||||||
int main (int c, char **v) {
|
int main (int c, char **v) {
|
||||||
FILE *f = fopen ("$glib_sysdefso", "a");
|
FILE *f = fopen ("$glib_sysdefso", "a");
|
||||||
if (!f) return 1;
|
if (!f) return 1;
|
||||||
}
|
|
||||||
_______EOF
|
_______EOF
|
||||||
for glib_sysdef_input in $2 ; do
|
for glib_sysdef_input in $2 ; do
|
||||||
glib_sysdef=`echo $glib_sysdef_input | sed 's/^\([[^:]]*\):.*$/\1/'`
|
glib_sysdef=`echo $glib_sysdef_input | sed 's/^\([[^:]]*\):.*$/\1/'`
|
||||||
|
Reference in New Issue
Block a user