minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 29 May 2002 05:53:57 +0000 (05:53 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 29 May 2002 05:53:57 +0000 (05:53 +0000)
include/FLAC++/metadata.h
src/libFLAC/Makefile.am

index 74b5ce0..15d117e 100644 (file)
@@ -67,7 +67,7 @@ namespace FLAC {
                        FLAC__MetaDataType get_type() const;
                        unsigned get_length() const; // NOTE: does not include the header, per spec
                private:
-                       Prototype(); // Private and undefined so use can't use it
+                       Prototype(); // Private and undefined so you can't use it
 
                        // These are used only by Iterator
                        bool is_reference_;
index eea689a..cbafa5c 100644 (file)
@@ -34,6 +34,7 @@ endif
 
 SUBDIRS = $(ARCH_SUBDIRS) include .
 
+#@@@@ fix this
 libFLAC_la_LDFLAGS = -version-info 2:1:1
 
 libFLAC_la_SOURCES = \