From 311e18349a4ea3873841bc9802c8a2b41ff97101 Mon Sep 17 00:00:00 2001 From: gabucino Date: Mon, 4 Jun 2001 12:17:51 +0000 Subject: [PATCH] 1 typo corrected (any more, atmos?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@992 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/general.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt index 90bd695220..6fb15beda2 100644 --- a/DOCS/tech/general.txt +++ b/DOCS/tech/general.txt @@ -236,7 +236,7 @@ Now, go on: As in libvo (see 5.) also here are some drivers, based on the same API: -statis int control(int cmd, int arg); +static int control(int cmd, int arg); This is for reading/setting driver-specific and other special parameters. Not really used for now.