From 4130d7bd6d2fae7c9d9ff7a44e91959e93691713 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Fri, 25 Jan 2008 18:10:58 +0000 Subject: [PATCH] CORRECTED typo in man page REMOVED zero-size getopt files in /src git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@339 a31d4220-a93d-0410-bf67-fe4944624d44 --- VBA.vcproj | 44 -------------------------------------------- debian/vbam.1 | 2 +- src/getopt.c | 0 src/getopt.h | 0 src/getopt1.c | 0 5 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 src/getopt.c delete mode 100644 src/getopt.h delete mode 100644 src/getopt1.c diff --git a/VBA.vcproj b/VBA.vcproj index bb60d319..78c934c5 100644 --- a/VBA.vcproj +++ b/VBA.vcproj @@ -605,46 +605,6 @@ RelativePath=".\src\gbafilter.cpp" > - - - - - - - - - - - - - - - - @@ -1351,10 +1311,6 @@ RelativePath=".\src\CheatSearch.h" > - - diff --git a/debian/vbam.1 b/debian/vbam.1 index 5cfc60c5..7b49017b 100644 --- a/debian/vbam.1 +++ b/debian/vbam.1 @@ -149,7 +149,7 @@ Disable RTC support Don't show emulation speed .TP \fB\-\-no\-throttle\fR -Disable thrrotle +Disable throttle .TP \fB\-\-pause\-when\-inactive\fR Pause when inactive diff --git a/src/getopt.c b/src/getopt.c deleted file mode 100644 index e69de29b..00000000 diff --git a/src/getopt.h b/src/getopt.h deleted file mode 100644 index e69de29b..00000000 diff --git a/src/getopt1.c b/src/getopt1.c deleted file mode 100644 index e69de29b..00000000