blob: 4687af0aaae2fbc6f5841745c82fc610cc10d206 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bo,v 1.1 2001/10/15 22:46:02 skrll Exp $
--- khotkeys/khotkeys/main.cpp.orig Fri Feb 23 14:49:27 2001
+++ khotkeys/khotkeys/main.cpp
@@ -27,7 +27,7 @@
int khotkeys_screen_number = 0;
-int main( int argc, char** argv )
+int khotkeys_main( int argc, char** argv )
{ // no need to i18n these, no GUI
{
// multiheaded hotkeys
|