]> Shamusworld >> Repos - virtualjaguar/commitdiff
Forgot a } in cdintf_linux.cpp which results in a compile error.
authorNeils Wagenaar <sdlemu@ngemu.com>
Thu, 7 Oct 2004 07:48:22 +0000 (07:48 +0000)
committerNeils Wagenaar <sdlemu@ngemu.com>
Thu, 7 Oct 2004 07:48:22 +0000 (07:48 +0000)
src/cdintf_linux.cpp

index 9e06f4f97e494fe4316e1ff78f7746d2b8d948b8..d8d73d00e9df18e0eaec477431ab5ff4d7904700 100644 (file)
@@ -217,5 +217,5 @@ uint8 CDIntfGetTrackInfo(uint32 track, uint32 offset)
 {
        WriteLog("CDINTF: GetTrackInfo unimplemented!\n");
        return 0xFF;
-
+}
 #endif