X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=SearchContext.m;h=2a8a8028cf89d38522a66bdbb53cff47ccc5a8e6;hb=556707a7a26ac2dc4d10eff8e4b2abcc893cfce3;hp=704e267dd5d4da3d758b3fe250098b3ed207659d;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9;p=chaz%2Fthecheat diff --git a/SearchContext.m b/SearchContext.m index 704e267..2a8a802 100644 --- a/SearchContext.m +++ b/SearchContext.m @@ -1,10 +1,14 @@ -// -// SearchContext.m -// The Cheat -// -// Created by Chaz McGarvey on 12/4/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.dogcows.com/chaz/wiki/TheCheat + * + * Copyright (c) 2003-2010, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + #import "SearchContext.h" @@ -288,6 +292,7 @@ return SearchIterationLastValue; } } + return NULL; }