Merge lp:~gustav-hartvigsson/lenasys/fix_c_header into lp:lenasys

Proposed by Gustav Hartvigsson
Status: Merged
Approved by: Gustav Hartvigsson
Approved revision: 88
Merged at revision: 89
Proposed branch: lp:~gustav-hartvigsson/lenasys/fix_c_header
Merge into: lp:lenasys
Diff against target: 13 lines (+3/-3)
1 file modified
ObjConv/objtojson.c (+3/-3)
To merge this branch: bzr merge lp:~gustav-hartvigsson/lenasys/fix_c_header
Reviewer Review Type Date Requested Status
Gustav Hartvigsson Approve
Review via email: mp+165094@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Gustav Hartvigsson (gustav-hartvigsson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ObjConv/objtojson.c'
2--- ObjConv/objtojson.c 2013-03-28 14:32:10 +0000
3+++ ObjConv/objtojson.c 2013-05-22 12:44:43 +0000
4@@ -1,6 +1,6 @@
5-#include <STDIO.H>
6-#include <STDLIB.H>
7-#include <STRING.H>
8+#include <stdio.h>
9+#include <stdlib.h>
10+#include <string.h>
11
12 void parseface(char *facedata,int *varray,int *narray,int *tarray,int position, int hasuv, int hasnormals) {
13 char workstr[10];

Subscribers

People subscribed via source and target branches