Minor fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-05-29 18:24:07 +00:00
parent d298dd8359
commit bfa9787d32
3 changed files with 10 additions and 1 deletions

View file

@ -96,7 +96,7 @@
- (void)scrollToPoint:(NSPoint)point
{
#if DEBUGLOG
#ifdef DEBUGLOG
NSPoint currentPoint = [self bounds].origin;
NSLog (@"scrollToPoint: current point (%f, %f), point (%f, %f)",