1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Fix a typo in the GCC 3.4.2 patch (I must have had Palm on the brain).

Submitted by:	Franz Klammer <klammer@webonaut.com>
This commit is contained in:
Joe Marcus Clarke 2004-08-27 16:15:18 +00:00
parent fdb2cb4d49
commit a5aa457f77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117435
2 changed files with 10 additions and 10 deletions

View File

@ -1,10 +0,0 @@
--- src/libguppipilot/guppi-view-interval.c.orig Sun Aug 22 18:02:50 2004
+++ src/libguppipilot/guppi-view-interval.c Sun Aug 22 18:03:02 2004
@@ -227,6 +227,7 @@
#endif
default:
+ ;
}
return TRUE;

View File

@ -0,0 +1,10 @@
--- src/libguppiplot/guppi-view-interval.c.orig Sun Aug 22 18:02:50 2004
+++ src/libguppiplot/guppi-view-interval.c Sun Aug 22 18:03:02 2004
@@ -227,6 +227,7 @@
#endif
default:
+ ;
}
return TRUE;