mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e9ecf73769
PR: ports/70122 Submitted by: Ports Fury
21 lines
489 B
C
21 lines
489 B
C
--- prefs.c.orig Sun Feb 24 16:31:27 2002
|
|
+++ prefs.c Fri Aug 6 21:36:57 2004
|
|
@@ -642,7 +642,7 @@
|
|
mouseunbinding_apply(client, lp->line_value.mouseunbinding);
|
|
break;
|
|
default:
|
|
- /* nothing */
|
|
+ ; /* nothing */
|
|
}
|
|
}
|
|
}
|
|
@@ -839,7 +839,7 @@
|
|
p->raise_delay_set = opt->option_setting;
|
|
break;
|
|
default:
|
|
- /* nothing */
|
|
+ ; /* nothing */
|
|
}
|
|
}
|
|
|