Skip to content

Commit

Permalink
Merge pull request #1 from 1linux/master
Browse files Browse the repository at this point in the history
Dont´ use undefined "g_NULL"
  • Loading branch information
drahosp committed Jun 24, 2014
2 parents 2d9b93a + f480f15 commit 5707fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/tLuaControl.cpp
Expand Up @@ -110,7 +110,7 @@ static HWND GetParkingWindow()
wndclass.lpszClassName = "LuaCOM_Parking";
if (! ::RegisterClassA(&wndclass)) {
FAIL("Couldn't register parking window class!");
return g_NULL;
return NULL;
}

// create window
Expand Down

0 comments on commit 5707fe6

Please sign in to comment.