Fix a syntax error that was preventing compilation.

Submitted by: Michael Haggerty <mhagger@alum.mit.edu>

* tparse/tparse.h 
  (rcstoken::init): Fix declaration.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1714 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-11-16 09:49:22 +00:00
parent e2b783a403
commit bac09990f6
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class rcstoken
free(data);
data = NULL;
};
void rcstoken::init(const char *mydata, size_t mylen);
void init(const char *mydata, size_t mylen);
int null_token()
{
return data == NULL;