From 5c7ebfffd313f310523814a75da912b878b216e8 Mon Sep 17 00:00:00 2001 From: Neils Wagenaar Date: Thu, 7 Oct 2004 07:48:22 +0000 Subject: [PATCH] Forgot a } in cdintf_linux.cpp which results in a compile error. --- src/cdintf_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2