Skip to content

Commit cfebd60

Browse files
committed
fix whitespace
1 parent 1c0bf37 commit cfebd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.shlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ $(shlib): $(OBJS) $(DLL_DEFFILE)
425425
$(stlib): $(shlib) $(DLL_DEFFILE)
426426
$(DLLTOOL) --dllname $(shlib) $(DLLTOOL_LIBFLAGS) --def $(DLL_DEFFILE) --output-lib $@
427427

428-
endif # PORTNAME == cygwin
428+
endif # PORTNAME == cgywin
429429
endif # PORTNAME == cygwin || PORTNAME == win32
430430

431431
endif # enable_shared

0 commit comments

Comments
 (0)