Bug 19298 - extra */ tokens at end of BaseFile.h
Summary: extra */ tokens at end of BaseFile.h
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other FreeBSD
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-26 10:25 UTC by Jens Schweikhardt
Modified: 2008-12-26 10:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jens Schweikhardt 2008-12-26 10:25:29 UTC
BaseFile.h up to and including 0.10.2 ends like this:

static inline long
bftell (BaseFile file)
{
  return ftell (file);
}*/

#endif /* BASEFILE_H */

Note the extra */ tokens after the '}'.
Did this ever compile?
Did anyone ever use this file other than to fill disk blocks?
No? Maybe this file is superfluous to begin with? :-)

Jens
Comment 1 Albert Astals Cid 2008-12-26 10:50:34 UTC
Wonder where this file came from, we've never used it and it seems it's neither part of xpdf itself. I've removed the file


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.