X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=SearchContext.m;h=bd94d9297ef78eb1d10bbeefae60daab94f9eb8c;hp=704e267dd5d4da3d758b3fe250098b3ed207659d;hb=HEAD;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/SearchContext.m b/SearchContext.m index 704e267..bd94d92 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.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, 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; }