From: Neils Wagenaar Date: Thu, 7 Oct 2004 07:48:22 +0000 (+0000) Subject: Forgot a } in cdintf_linux.cpp which results in a compile error. X-Git-Tag: 2.0.0~128 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7ebfffd313f310523814a75da912b878b216e8;hp=ac0d85f284c606a9daa03feac85990b4aa15f707;p=virtualjaguar Forgot a } in cdintf_linux.cpp which results in a compile error. --- diff --git a/src/cdintf_linux.cpp b/src/cdintf_linux.cpp index 9e06f4f..d8d73d0 100644 --- a/src/cdintf_linux.cpp +++ b/src/cdintf_linux.cpp @@ -217,5 +217,5 @@ uint8 CDIntfGetTrackInfo(uint32 track, uint32 offset) { WriteLog("CDINTF: GetTrackInfo unimplemented!\n"); return 0xFF; - +} #endif